diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 17:22:29 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-07-20 17:22:29 -0700 |
commit | a243afb55104b0e5e1ddf62f301477a545381634 (patch) | |
tree | d08b2290598f39ea8f58c9cd05072452ee7312a4 /src/Text/Pandoc/Readers/HTML.hs | |
parent | 4d2e6e826de6ad5f39c5e7f7b8fd5e3355917a73 (diff) | |
download | pandoc-a243afb55104b0e5e1ddf62f301477a545381634.tar.gz |
Markdown reader: Fixed small bug in HTML parsing with markdown_attribute.
Test case:
<aside markdown="1">
*hi*
</aside>
Previously gave:
<article markdown="1">
<p><em>hi</em> </article></p>
Diffstat (limited to 'src/Text/Pandoc/Readers/HTML.hs')
0 files changed, 0 insertions, 0 deletions