showdown/dist
Estevão Soares dos Santos f6326b84e4 feat(allowBlockIndents): Indented inline block elements can be parsed as markdown
When the text is pulled from indented HTML elements, ex:
```
 <body>
    <div>
        ## Content to be converted
    </div>
 </body>
```
it no longer becomes wrapped in code/pre tags. A new option is also available (allowBlockIndents) that when set to false, reverts to the previous behavior
2015-01-16 23:39:20 +00:00
..
showdown.js feat(allowBlockIndents): Indented inline block elements can be parsed as markdown 2015-01-16 23:39:20 +00:00
showdown.js.map feat(allowBlockIndents): Indented inline block elements can be parsed as markdown 2015-01-16 23:39:20 +00:00
showdown.min.js feat(allowBlockIndents): Indented inline block elements can be parsed as markdown 2015-01-16 23:39:20 +00:00
showdown.min.js.map feat(allowBlockIndents): Indented inline block elements can be parsed as markdown 2015-01-16 23:39:20 +00:00