nea / MarkdownViewerPlusPlus

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

Unwanted numbered list with leading letters in line #157

Open LuxBrg opened 1 year ago

LuxBrg commented 1 year ago

Issue description

I have a list of authors of publications. The line starts with a short version of the firstname, like "J.", followed by the lastname. My issue is that the viewer makes a numbered list out of the letter. The CommonMark implementation does not do that.

Markdown to reproduce

J. Lastname1

F. Lastname2

Screenshot

Unwanted behaviour Unwanted behaviour

Desired Behaviour (Workaround with "\") Workaround

Environment