aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-02 22:28:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-02 22:34:06 -0800
commit97c9691696744a6e56a28dea0221e6230b029ce4 (patch)
treed57576fe724bd2e68e511c7373d6e5b2d12193f8 /.gitignore
parent90a2df3f7c423a4e23958daf9fd2143b1a98d746 (diff)
downloadpandoc-97c9691696744a6e56a28dea0221e6230b029ce4.tar.gz
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions