Moritz Hzy

Results 52 comments of Moritz Hzy

@stamminator and @ThomasPGH plz check if the new version 0.9.0 resolves your issue https://github.com/mohzy83/NppMarkdownPanel/releases/tag/0.9.0

Some ppl have problems with a manual installation. Please check this solution https://github.com/mohzy83/NppMarkdownPanel/issues/120

That seems to be a neverending story. I have implemented [this patch](https://community.notepad-plus-plus.org/post/92268) and had the impression it helped. @rdipardo I will check the implementation of the CSVLint plugin. Hope that...

An update of MarkDig is necessary, which supports mermaid. The last version of MarkDig is 0.41.1 see #115

You can use MathJax. Please have a look at the following example: [Test-MD-TeX2jax](https://github.com/mohzy83/NppMarkdownPanel/blob/master/NppMarkdownPanel/Resources/nppMdP.tests/Test-MD-TeX2jax.md)

An update of MarkDig is necessary, which supports mermaid. See : https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/DiagramsSpecs.md The last version of MarkDig is 0.41.1

@ellorenz2 plz check if the new version 0.9.0 resolves your issure https://github.com/mohzy83/NppMarkdownPanel/releases/tag/0.9.0

> I got mermaid to work by adding this to the css file. > import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs'; I wonder how this works since the contents of the css file...

Just put ` import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs'; ` in the first line of your MD file. That should work too..

Hi @unlishema, thanks for the detailed feature request. The plugin uses the library [markdig](https://github.com/xoofx/markdig) to convert markdown to HTML. Since Discord Markdown contains some significat changes to standard Markdown, I...