MarkdownViewerPlusPlus icon indicating copy to clipboard operation
MarkdownViewerPlusPlus copied to clipboard

code blocks dont show tabs

Open Clinkr1000 opened this issue 6 years ago • 0 comments

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

  • Notepad++ X.Y.Z (x86/x64)
  • MarkdownViewer++ X.Y.Z
  • Windows 7/8/10 (x86/x64)

Clinkr1000 avatar May 28 '19 05:05 Clinkr1000