Vladimir Schneider
Vladimir Schneider
I forked this plug-in, merged a couple of pull requests, made a few bug corrections and added live preview with customizable CSS in settings to make it easier to play...
I just fixed and updated the syntax highlighting, if anyone cares to try it out. It also has an HTML tab. [](https://plugins.jetbrains.com/plugin/7896)
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...
Thank you for reporting this. Sorry, but I did not see it sooner. idea-multimarkdown lives at https://github.com/vsch/idea-multimarkdown. This repository is of the original idea-markdown plugin. I'll try to duplicate it...
I created an issue in vsch/idea-multimarkdown#42, I will post updates there.
@damluar, PlantUML requires that the source be sent to the server for processing and the image URL replaced with a server generated one. [Gravizo](http://www.gravizo.com) lets you specify the UML in...
@jadedfire, thanks for reporting it. I opened an issue vsch/idea-multimarkdown#131. This repo is of the original idea-markdown plugin. I will post a quick fix version and let you know when...
@jadedfire, quick fix build 1.4.0.1 available. Fixes exception in regex and also improper URI's were generated for local files due to windows platform idiosyncrasies. Now local images and local only...
@Kevin-Lee, the question I have is how do you know what the generated anchor link is like so you can link to it in markdown, without looking at the generated...
I am working on this right now and as far as I have experimented with GitHub and the logic is simple: 1. map: ' ' -> '-', '-' -> '-',...