diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-05 21:02:12 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-04-05 21:02:12 -0700 |
commit | 24f438aa5f230464d510fae034c94644c0e181ca (patch) | |
tree | 7f6c465fc833ce6ce1910838c104c9d8fc8ee4e2 /pandoc.hs | |
parent | 060a76a38e1f3586bc92787bb2c25c2dc04e380e (diff) | |
download | pandoc-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 'pandoc.hs')
0 files changed, 0 insertions, 0 deletions