Files
pandoc/tests
John MacFarlane 97c9691696 Textile reader: don't allow block HTML tags in inline contexts.
The reader previously did allow this, following redcloth,
which happily parses

    Html blocks can be <div>inlined</div> as well.

as

    <p>Html blocks can be <div>inlined</div> as well.</p>

This is invalid HTML, and this kind of thing can lead
to parsing problems (stack overflows) as well.  So this
commit undoes this behavior.  The above sample now produces;

    <p>Html blocks can be</p>
    <div>
    <p>inlined</p>
    </div>
    <p>as well.</p>
2016-01-02 22:34:06 -08:00
..
2015-12-13 21:40:13 +01:00
2015-12-12 16:22:31 -08:00
2014-08-13 11:16:50 -07:00
2015-12-12 16:22:31 -08:00
2006-10-17 14:22:29 +00:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 16:22:31 -08:00
2006-10-17 14:22:29 +00:00
2006-10-17 14:22:29 +00:00
2015-12-12 12:58:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 16:22:31 -08:00
2015-12-12 12:58:31 -08:00
2006-10-17 14:22:29 +00:00
2013-03-20 10:17:59 -07:00
2015-12-13 21:40:12 +01:00
2015-12-12 12:58:31 -08:00
2012-07-22 11:13:14 -07:00
2015-12-12 16:22:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00
2015-12-12 12:58:31 -08:00