After a long delay I finally updated my Notepad++ plugin MarkdownViewer++.
Because of the many requests for more syntax support (especially pipe tables), I changed the internal converter library from CommonMark.net to Markdig.
By that, an update to CommonMark Spec 0.28 was achieved and support for a lot of extensions such as pipe and grid tables. You can check them out in the Readme.
Grab the newest release 0.8.0 right now or update via the Plugin Manager:
- Changed the CommonMark.net to Markdig
- Updated PDFSharp and HTMLRenderer.PDFSharp accordingly
- Updated the NPP.net Plugin Template