Markdown syntax highlighting on web page

I am writing the main Markdown editor and want to highlight Markdown syntax. There seems to be a lot of resources on how to allocate code in Markdown, but I want Markdown to be highlighted with syntax. Are there any existing JavaScript / jQuery libraries for this? If not, where is a good place to start creating your own?

+4
source share
1 answer

highlight.js seems to support markdown syntax.

+2
source

Source: https://habr.com/ru/post/1479753/


All Articles