You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
It is a bug in the old version of pegdown parser that this plugin uses.
I forked this plugin and updated to latest pegdown, fixed its list parsing bugs and added options. Made it look almost like GitHub's markdown.
Current version of my plugin has syntax highlighting broken, the fix will be available tomorrow. I have it working as it was in idea-markdown but it is very limited. Syntax highlighting for inlines does not work in lists, tables, etc. Only in plain paragraphs.
I am working on a temporary quick-fix that will be acceptable until I can write a lexer as expected by IntelliJ. The plugin is called MultiMarkdown check it out and let me know what you think.
Example markdown:
Renders like this in Github:
List Item
However, the Markdown plugin highlights it like this:
and renders it like this:
Using 8 spaces instead of backticks does cause the code to highlight/render correctly (so long as there is a trailing newline).
Specs:
"Fenced code blocks" option is enabled.
This issue may be related to #231 #223 #124
The text was updated successfully, but these errors were encountered: