madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
279 stars 40 forks source link

Integrate pegdown 1.6 #100

Closed madflow closed 5 years ago

madflow commented 8 years ago

Pegdown 1.6 hast been released - with a good amount of changes.

https://github.com/sirthias/pegdown/releases/tag/1.6.0

This release will fix a lots of parser artifacts (i.e. #43) and introduce new features and plugins (i.e #54 ).

I would suggest to include these changes and prepare a new release afterwards!

stengerh commented 7 years ago

Just a heads-up: I've been working on this issue. It still needs some testing and the new syntax extensions from pegdown 1.6 have not been integrated yet. The current code is available on branch issue-100-nb8.

spyhunter99 commented 7 years ago

any consideration for the atlassian markdown generator? i think it's called common mark

stengerh commented 7 years ago

I guess you mean https://github.com/atlassian/commonmark-java. I did a quick check and it does not provide token positions, so it is not usable for syntax highlighting.

spyhunter99 commented 7 years ago

gotcha, just sharing info. thanks

Chris2011 commented 7 years ago

I think you can close this ticket in case of deprecation of pegdown.