aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-04-05 21:02:12 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-04-05 21:02:12 -0700
commit24f438aa5f230464d510fae034c94644c0e181ca (patch)
tree7f6c465fc833ce6ce1910838c104c9d8fc8ee4e2 /src/Text/Pandoc/Readers/HTML.hs
parent060a76a38e1f3586bc92787bb2c25c2dc04e380e (diff)
downloadpandoc-24f438aa5f230464d510fae034c94644c0e181ca.tar.gz
Textile reader: Better support for attributes.
Instead of being ignored, attributes are now parsed and included in Span inlines. The output will be a bit different from stock textile: e.g. for `*(foo)hi*`, we'll get `<em><span class="foo">hi</span></em>` instead of `<em class="foo">hi</em>`. But at least the data is not lost.
Diffstat (limited to 'src/Text/Pandoc/Readers/HTML.hs')
0 files changed, 0 insertions, 0 deletions