markdown-plus-plus icon indicating copy to clipboard operation
markdown-plus-plus copied to clipboard

Multiple word text formatting does not work for `_`, `__`, `___`, etc.

Open brycelelbach opened this issue 5 years ago • 1 comments

Multiple word text formatting using underscores instead of asterisks doesn't work properly. This is important to me because I need to write my markdown in a way that is mostly compatible with TWiki syntax, and TWiki and Markdown happen to share __ as a syntax for denoting important text (it's bold for Markdown, and bold with italics for TWiki).

markdown_plus_plus__multi_word_text_formatting_with_underscores_bug

I'm using Notepad++ v7.5.8 and markdown-plus-plus 81a86b4.

brycelelbach avatar Nov 04 '19 09:11 brycelelbach

From the readme:

_em text_, __strong text__ and ___em strong text___ only parse the first word because it will screw up some URL contains example__url.

Merge conflicts aside, does the proposed merge request #47 resolve this concern?

SmashManiac avatar Apr 11 '20 04:04 SmashManiac