nicoulaj / idea-markdown

Markdown language support for IntelliJ IDEA (abandonned).
Apache License 2.0
600 stars 97 forks source link

Updated to pegdown 1.5.0 fixed some bugs. #241

Closed vsch closed 9 years ago

vsch commented 9 years ago

I fixed a few issues:

fixed MultiMarkdown tables not working by updating pegdown to 1.5.0 and parboiled to 1.1.7 added empty visit(AnchorLinkNode node) to handle new pegdown interface fixed preview not updating if markdown settings changed added sample_document.html against which to test preview.css fixed preview.css to look much more like GitHub, still not perfect

The change to preview.css you should probably leave out, it is still a work in progress. The sample_document.html is the resulting HTML from sample_document.md and makes experimenting with preview.css, in something like Adobe Brackets, easier.