aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/PDF.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-06 10:22:07 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-06 10:22:07 -0700
commitf88ebf3ebf49e00ffa12778caf6817cc34459e6a (patch)
tree91faf19b43bc129797c36a18430c7b16c90575d5 /src/Text/Pandoc/PDF.hs
parent3ed37f00771d20a1b7516f2a37b7b424b3b2f1d8 (diff)
downloadpandoc-f88ebf3ebf49e00ffa12778caf6817cc34459e6a.tar.gz
Markdown reader: don't try to read contents in self-closing HTML tag.
Previously we had problems parsing raw HTML with self-closing tags like `<col/>`. The problem was that pandoc would look for a closing tag to close the markdown contents, but the closing tag had, in effect, already been parsed by `htmlTag`. This fixes the issue described in <https://groups.google.com/d/msgid/pandoc-discuss/297bc662-7841-4423-bcbb-534e99bbba09n%40googlegroups.com>.
Diffstat (limited to 'src/Text/Pandoc/PDF.hs')
0 files changed, 0 insertions, 0 deletions