A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Python-Markdown/markdown/issues/1300 below:

stand-alone * or _ lead to incorrect results · Issue #1300 · Python-Markdown/markdown · GitHub

A text with several stand-alone underscores is not converted correctly.

input

**_ _ _ N _ _ _ _ _ _ _ R S _ _ N _**

output

 <p><strong><em> _ </em> N _ <em> _ </em> _ <em> _ R S _ </em> N _</strong></p>

expected

<p><strong>_ _ _ N _ _ _ _ _ _ _ R S _ _ N _</strong></p>

It seems that underscores with the surrounding spaces are replaced by the placeholder.
In the original on https://daringfireball.net/projects/markdown/dingus it is converted correctly.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4