Files
pandoc/test/command
John MacFarlane 82cc7fb0d4 Markdown reader: improved parsing of indented raw HTML blocks.
Previously we inadvertently interpreted indented HTML as
code blocks.  This was a regression.

We now seek to determine the indentation level of the contents
of an HTML block, and (optionally) skip that much indentation.

As a side effect, indentation may be stripped off of raw
HTML blocks, if `markdown_in_html_blocks` is used. This
is better than having things interpreted as indented code
blocks.

Closes #1841.
2017-05-06 22:56:16 +02:00
..
2017-03-16 22:31:36 +01:00
2017-03-10 09:46:32 +01:00
2017-03-04 23:01:29 +01:00
2017-03-13 22:11:10 +01:00
2017-05-03 22:43:34 +02:00
2017-03-19 20:37:39 +01:00
2017-05-06 11:00:32 +02:00
2017-02-11 20:55:13 +01:00
2017-03-08 12:23:01 +01:00
2017-03-20 21:55:30 +01:00
2017-03-23 16:54:47 +01:00
2017-03-26 20:48:54 +02:00
2017-04-22 21:57:21 +02:00
2017-03-16 22:31:36 +01:00
2017-02-04 22:09:19 +01:00