-
-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax highlighting support in <code> #110
Comments
You might check out jgm/lcmark. It has a sample filter for +++ Ivan Tham [Mar 17 16 10:47 ]:
|
Ah, looks nice, I didn't know about that. But it might be slower than cmark as it is not written in C. Thanks a lot. |
+++ Ivan Tham [Mar 17 16 22:35 ]:
lcmark is a wrapper over libcmark, so it's really pretty |
Oh, now I really hope that there is a highlight program in C. |
* test * fix: do not percent-encode ~
Hi, I would like to know if there is any way I can add syntax hightlighting in
<code>
block.The text was updated successfully, but these errors were encountered: