From: Fletcher T. Penney Date: Wed, 24 May 2017 17:24:11 +0000 (-0400) Subject: FIXED: Fix regression in EPUB code refactoring X-Git-Tag: 6.0.6^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9218cca4ea3b2cc08a1a7505c99f50dd2269326d;p=multimarkdown FIXED: Fix regression in EPUB code refactoring --- diff --git a/Sources/libMultiMarkdown/mmd.c b/Sources/libMultiMarkdown/mmd.c index 537a247..902e64d 100644 --- a/Sources/libMultiMarkdown/mmd.c +++ b/Sources/libMultiMarkdown/mmd.c @@ -2176,6 +2176,8 @@ void mmd_engine_convert_to_file(mmd_engine * e, short format, const char * direc DString * output = d_string_new(""); + mmd_engine_parse_string(e); + mmd_engine_export_token_tree(output, e, format); // Now we have the input source string, the output string, the (modified) parse tree, and engine stacks