Fix bug rendering footnotes
This commit is contained in:
parent
3d0599d959
commit
92948cc1b9
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ rndr_footnotes(struct hoedown_buffer *ob, const struct hoedown_buffer *text, voi
|
||||||
|
|
||||||
if (ob->size) hoedown_buffer_putc(ob, '\n');
|
if (ob->size) hoedown_buffer_putc(ob, '\n');
|
||||||
BUFPUTSL(ob, "<div class=\"footnotes\">\n");
|
BUFPUTSL(ob, "<div class=\"footnotes\">\n");
|
||||||
BUFPUTSL(ob, (USE_XHTML(options) ? "<hr/>\n" : "<hr>\n"));
|
hoedown_buffer_puts(ob, USE_XHTML(options) ? "<hr/>\n" : "<hr>\n");
|
||||||
BUFPUTSL(ob, "<ol>\n");
|
BUFPUTSL(ob, "<ol>\n");
|
||||||
|
|
||||||
if (text)
|
if (text)
|
||||||
|
|
Loading…
Reference in a new issue