mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
228 stars 37 forks source link

Update Markdig for new features #54

Closed BattleMage closed 1 year ago

BattleMage commented 1 year ago

Update Markdig to latest version to support new features like Diagram and Figure support.

mohzy83 commented 1 year ago

I will try to upgrade markdig for the next release

mohzy83 commented 1 year ago

I added the new markdig version 0.30.4 in release 0.7.0. @BattleMage , I could not find the diagram support, you mentioned, on markdigs feature list https://github.com/xoofx/markdig What feature do you mean?

BattleMage commented 1 year ago

The feature is called Diagrams and documented here

Thanks a lot for updating that fast!

mohzy83 commented 1 year ago

The feature is actually included when using the switch UseAdvancedExtensions() The issure seems to be resolved then.