Moritz Hzy

Results 52 comments of Moritz Hzy

That sounds straightforward. I will add the ColorCode lib for the next release.

This feature is now partly implemented in version 0.7.0. Fenced code blocks will be highlighted. ![grafik](https://user-images.githubusercontent.com/26003088/206860457-f17b85d6-cfef-469a-96e4-5bf6b8f13d62.png) becomes: ![grafik](https://user-images.githubusercontent.com/26003088/206860475-4e150341-078c-4428-b5c2-94dd110e98f1.png) The markdig extension https://github.com/RichardSlater/Markdig.SyntaxHighlighting is being used. The parsing of the Frontmatter...

> Feel free to lift any of my code and put it in. Alternatively, I could create some PR's if that would work. I have very little C# skills so...

Well this sounds like its going to be difficult... I am no Github expert user, but maybe its possible for you to cherry pick just one commit which contains the...

Ok we could try this approach. I dont think Github was intended to be used that way but who cares ;)

I have applied one patch #58 and two PR's. Everything compiles and works just fine. @vinsworldcom Thanks for your contribution!

It's a known issue. It's caused by markdig during the link generation. The problem needs further investigation.

Hi, I am happy you like the plugin :) Currently its not planned to add a "table of content"-feature. This would require to analyse the headings and generate/output links like:...

There are already plugins for this use case. For example the NppExec plugin. Basically its a plugin to execute commandline programms. I am using this one to convert my tex...

Hi, can you tell me which markdown is required to produce a fieldset? I want to test your css code.