mohzy83 / NppMarkdownPanel

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

Wrap code fences in `<pre>` tags regardless of language label #56

Closed rdipardo closed 1 year ago

rdipardo commented 1 year ago

Before

Unknown language label => raw, unformatted HTML

ANTE PATCHUM

After

Unknown language label => <pre>-formatted HTML (1) (1) At minimum — the label has to be in the ColorCode.Languages dictionary to also get CSS styling

POST PATCHUM