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:
david parsons
2014-01-22 02:11:17 -08:00
parent 22fd0cb385
commit 196a7aea97
5 changed files with 21 additions and 3 deletions
+1
View File
@@ -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;