nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

code blocks dont show tabs #108

Open Clinkr1000 opened 5 years ago

Clinkr1000 commented 5 years ago

Issue description

for some reason the viewer isn't displaying horizontal tab characters like it should. i tried everything from using fonts like unifont to using literal <pre> tags. it works fine in the exported html file, but the viewer refuses to cooperate.

Markdown to reproduce

<pre style="tab-size: 4 !important; white-space: pre !important">
class Room extends Object {
    constructor(){
        super();
    }
}
</pre>

Screenshot

If available

Environment