mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Bug: Footnotes terminate text blocks
This commit is contained in:
+1
-1
@@ -534,7 +534,7 @@ endoftextblock(Line *t, int toplevelblock)
|
||||
{
|
||||
int z;
|
||||
|
||||
if ( blankline(t)||isquote(t)||iscode(t)||ishdr(t,&z)||ishr(t) )
|
||||
if ( blankline(t)||isquote(t)||iscode(t)||ishdr(t,&z)||ishr(t)||isfootnote(t) )
|
||||
return 1;
|
||||
|
||||
/* HORRIBLE STANDARDS KLUDGE: Toplevel paragraphs eat absorb adjacent
|
||||
|
||||
Reference in New Issue
Block a user