diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-03-28 16:54:37 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-03-28 16:54:37 -0700 |
commit | 4ad9360a97e9ccea98eec64c647ab3bd22bcb5dd (patch) | |
tree | a3f2ea2b00459c7397531a1f8d1847388b2f2f15 /src/test-pandoc.hs | |
parent | 69b0c15030d78827efada08aae608637263c43c9 (diff) | |
download | pandoc-4ad9360a97e9ccea98eec64c647ab3bd22bcb5dd.tar.gz |
Fixed bug in footnote order in HTML.
CircleCode pointed out that the following markdown produces
out-of-order footnote markers in HTML:
-8<------------------------
some text^[with a footnote which will be #1]
issue
some other text^[with a footnote which will be #2]
-8<------------------------
This fixes the problem.
Diffstat (limited to 'src/test-pandoc.hs')
0 files changed, 0 insertions, 0 deletions