mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Revert changes that somehow worked their way into the code (patch
applied on github that was not pulled to the master. Grr.)
This commit is contained in:
@@ -1018,6 +1018,7 @@ addfootnote(Line *p, MMIOT* f)
|
||||
j = nextnonblank(p, j+2);
|
||||
|
||||
if ( (f->flags & MKD_EXTRA_FOOTNOTE) && (T(foot->tag)[0] == '^') ) {
|
||||
/* need to consume all lines until non-indented block? */
|
||||
while ( j < S(p->text) )
|
||||
EXPAND(foot->title) = T(p->text)[j++];
|
||||
goto skip_to_end;
|
||||
|
||||
Reference in New Issue
Block a user