logoalt Hacker News

zelphirkaltyesterday at 4:16 PM1 replyview on HN

The syntax highlighting of the code of each language itself is not the problem. This post is about markdown. A typical markdown parser doesn't do syntax highlighting for code blocks. That's usually done by some other library, like for example pygments. The issue is about markdown syntax. What happens on another language's level does not concern the markdown parser.


Replies

charles_fyesterday at 4:18 PM

That's exactly my point, the solution you're discussing is about something else, and not relevant to what's discussed in this post.

show 2 replies