nea / MarkdownViewerPlusPlus

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

Sub-item bullets off #29

Closed anthonyscorrea closed 7 years ago

anthonyscorrea commented 7 years ago

For some reason in the preview window, the sub-item bullets are off. The first bullet seems fine, but the first sub bullet seems to be a "o" character and a sub sub bullet is a spade. I'm not sure if this is intentional. If I export as HTML or print, it looks good, but export as PDF and the preview shows this.

image

nea commented 7 years ago

HI @anthonyscorrea

Yeah, unfortunately that is a standard style for the current conversion and preview as well as HTML generation.

I didn't want to alter the general setting but allow to override the standard styles, why I added a Custom CSS option to the settings. You can add a custom CSS styling for the list for this purpose.

Check

to get an idea. You can add the suggestions to your Custom CSS option and style it accordingly to whatever you like best.

Cheers

RoyiAvital commented 6 years ago

There are still some issues with bullet lists (Latest version 0.8.1):

image

When I do that, all bullet list goes nuts:

image

Any idea?

nea commented 6 years ago

Hi @RoyiAvital

Please refer to https://github.com/nea/MarkdownViewerPlusPlus/issues/47#issuecomment-370806212

Thanks