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

Indentation Lost in Blockquote. #799

Open ChadSpears opened 4 years ago

ChadSpears commented 4 years ago

When nesting a code block or image in a blockquote, the indentation is lost after updating from Showdown 1.8.6 to 1.8.7. Would it be possible to bring the start of the second element inline with the text of the first element? Sample markdown produces the screenshots below.

>- First Bullet
>
>    ```
>    Code Block
>    ```