@shinmera not sure if it's already been mentioned here, but one potential option for making Markless syntax highlighting widely available is to add a lexer for it in Chroma directly (I added one a...
doc_auto_cfg
Ah, I see now. That does make sense actually.
Searching didn't immediately bring up a relevant issue, but should I open one about implementing or adding an implementation guide to the docs about external renderers in Docker?
hmm, seems tough to do when forgejo is running in a docker container, since the container would need to see the binary but the executable might be missing dependencies when run from the container...
ooh, TIL! I'll give that a go then
#9843 would ostensibly fix this issue, or at least mask it, but the core problem seems to be the README render not using syntax highlighting for known formats, which is an issue especially for...
An update: Chroma has released v2.20.0, which incorporates the new Gemtext lexer.