showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

Double paragraphs when using <p markdown="1"> #765

Open LeaVerou opened 4 years ago

LeaVerou commented 4 years ago

Hi there,

Thank you for this awesome project. The following MD:

<p class="tip" markdown=1>Some of you will have broader features than others.

Results in a double paragraph when parsed:

<p class="tip" markdown=1><p>Some of you will have broader features than others.