Meta tags in generated html not closed
MarkdownPreviewForm.cs Lines 27 & 28 tags are not closed. This leads to an exception when html output is parsed with an XML parser.
This leads to an exception when html output is parsed with an XML parser.
The plugin generates HTML previews. HTML does not require <meta> tags to be self-closing:
On void elements, [
/(U+002F)] does not mark the start tag as self-closing but instead is unnecessary and has no effect of any kind. For such void elements, it should be used only with caution — especially since, if directly preceded by an unquoted attribute value, it becomes part of the attribute value rather than being discarded by the parser.https://html.spec.whatwg.org/multipage/syntax.html#start-tags
@hddreier plz check if the new version 0.9.0 resolves your issue https://github.com/mohzy83/NppMarkdownPanel/releases/tag/0.9.0