Moritz Hzy

Results 52 comments of Moritz Hzy

Hi, great that you enjoy the plugin! I gave the first example (http://casual-effects.com/markdeep/starter.md.html) a try. The integrated WebViewer (IE11) couldn't render the example properly. I am getting many Javascript errors....

What you see, after starting/opening the plugin, is actually an embedded Browser. The Plugin converts Markdown to html, but needs a way to render the html. Since IE11 is still...

This feature isn't implemented yet. I closed the task accidentally but reopend it later.

In version 0.7.1 YAML Frontmatter blocks are rendered as standard code blocks (no syntax highlighting yet). ![grafik](https://user-images.githubusercontent.com/26003088/209696943-f9c7687e-a26e-4b82-b01f-ec49cbcf60c4.png) ![grafik](https://user-images.githubusercontent.com/26003088/209697007-cd01eed0-e511-4e68-acbf-a511cca5f7bb.png)

closing this issue in favor of a new issue, concerning the support of further languages

Unfortunately, this PR is not compatible with the current master. Therefore I am going to close this one. ### already implemented in master: - Save As UTF-8 - MarkdownPreviewForm.cs: at...

> This is a bug under IE/Edge with local file links containing non US-ASCII chars, with escape chars in URL with `%..` > > Can this be inserted in `MarkdownPreviewForm.cs`...

> ```cs > public static MarkdownPipelineBuilder UseNonAsciiNoEscape(this MarkdownPipelineBuilder pipeline); > // Uses this extension to disable URI escape with % characters for non-US-ASCII > // characters in order to workaround...

There is a new feature in version 0.7.1 which addresses this issue. The Option is called "https://github.com/mohzy83/NppMarkdownPanel/releases/tag/0.7.1"