mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Given this html: ``` <aside class="quote no-group"> <blockquote> <aside class="quote no-group"> <blockquote> <p dir="ltr">test</p> </blockquote> </aside> <p dir="ltr">test2</p> </blockquote> </aside> ``` The result was an invalid markdown: ``` [quote] [quote] > test > [/quote] > > > > test2 [/quote] ``` Now the result is: ``` [quote] [quote] test [/quote] test2 [/quote] ``` |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |