generated from mProjectsCode/lemons-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Is your feature request related to a problem? Please describe.
I'm looking for a way to specify a language for inline code (in markdown syntax) so that it is highlighted.
I've tried inline raw HTML such as <code class="language-python">print('hello world')</code>. This does get highlighted, but also automatically turned into a code block. I'd like it to remain as inline code.
Describe the solution you'd like
It would be great if there's a way we can specify language for inline code in markdown syntax (that is, code using just backticks, not raw HTML) and highlight it accordingly.
Metadata
Metadata
Assignees
Labels
No labels