Vladimir Schneider
Vladimir Schneider
@kuc, I too would recommend your choice, if you forgive my biased opinion. I can't work on markdown without its features. It makes editing markdown a pleasure. Even for comments...
@gmarty, the plugin is no longer maintained. See #259 You can try out [Markdown Navigator](https://plugins.jetbrains.com/plugin?pr=&pluginId=7896) It has emoji support through shortcuts compatible with GitHub. For even more features, [Markdown Navigator...
It's a pegdown bug. The plugin is using it for parsing. I forked this plugin, upgraded pegdown, fixed a few bugs, gave it a GitHub makeover and added some much...
@petrkotek the plugin tries to resolve any link it cannot resolve to a file as a Java class name. It does it without checking to see if the IDE has...
@nyxee, comment update for the link [vsch/idea-multimarkdown](https://github.com/vsch/idea-multimarkdown)
It was an issue caused by update to be performed only when the HTML Preview tab as selected. Updating the view when the tab is not selected clears the problem....
I gave up on waiting and forked this plugin, upgraded pegdown, fixed a few bugs, gave it a GitHub makeover and added some much needed features. The syntax highlighting is...
l too needed to get at the HTML. Waited for fixes and gave up. So I forked this plugin, upgraded pegdown, fixed a few bugs, gave it a GitHub makeover...
It was specifically disabled in the plugin. For Markdown files trailing spaces can be significant. GitHub's Hard Wrap option makes this not essential but this feature was specifically requested.
The issue is with the file type returned by scratch files. Regular files will have the markdown file type. Scratch files do not. To get the file type of the...