# Use astyle
.PHONY : astyle
astyle:
- astyle --options=.astylerc "Sources/libMultiMarkdown/*.c" "Sources/multimarkdown/*.c" "Sources/libMultiMarkdown/*.h" "Sources/multimarkdown/*.h"
+ astyle --options=.astylerc "Sources/libMultiMarkdown/*.c" "Sources/multimarkdown/*.c" "Sources/libMultiMarkdown/*.h"
break;
case BLOCK_DEFINITION:
+
// Sometimes these get created unintentionally inside other blocks
// Process inside it, then treat it like a line to be stripped
stack * result;
mmd_engine * e = mmd_engine_create_with_string(source, 0);
-
+
result = mmd_engine_transclusion_manifest(e, search_path, source_path);
mmd_engine_free(e, true);
stack * result;
mmd_engine * e = mmd_engine_create_with_dstring(source, 0);
-
+
result = mmd_engine_transclusion_manifest(e, search_path, source_path);
mmd_engine_free(e, false);