zeripath
zeripath
If not can we change our recaptcha and/or hcaptcha modules to make them a little more configurable so that they could handle mCaptcha or whatever other captcha solution comes in...
OK TODO: 1. Check how much this increases the size of Gitea. If it's considerable then we may need to make this a build option - This appears to be...
OK it appears to be only 1mb difference with the bindata builds so that's good.
> As for syntax, I'm in favor of either only supporting the fenced syntax, or both, but the fenced syntax should be preferred as it plays nices with other markdown...
> I recall GitHub's math rendering specifially has some issues/conflicts with markdown syntax, that's why I thought fenced syntax was more compatible because it's a clean-cut separation. Some issues I've...
I've marked this as 1.17 but happy to move this to 1.18
This is is not actually changing monaco, the editor, but instead copying the way it detects ambiguous unicode string into our file viewer. I think you need to give us...
@silverwind are you able to take a look at this - this now matches vscode's behaviour.
@DarrenPIngram if they're being detected by both the old code and the monaco editor, I can tell you that this means that those aren't spaces e.g. ` `U+0020 but are...
> Not sure whether the `` line could be improved. I'm just looking at it... I think we can just use a template. > And one more thing, not sure...