stefankueng/BowPad

Bowpad syntax highlighting breaks if specifying language identifier to a fenced codeblock

Wallby opened this issue · 2 comments

Wallby commented

image

The line ``` C is not recognised it seems (doesn't turn green) and every line after looks incorrect.

BowPad version 2.8.9.3017 (64-bit)

Wallby commented

Seems like ```C is recognised. Github fenced code blocks only show this version without any space1, but both versions work on github.com. According to wikipedia the origin of fenced code blocks is PHP Markdown Extra, which does show the version with a space2.

I expect this should be reported either here..
https://sourceforge.net/p/scintilla/bugs/milestone/Bug/
.. or here..
https://github.com/ScintillaOrg/lexilla/issues
.. ?

1 https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks
2 https://michelf.ca/projects/php-markdown/extra/#fenced-code-blocks