Skip to content

Commit b8db9e2

Browse files
author
janschloesser
committed
📝 🔧 Change markdown parser & add extensions for html parsing
1 parent bd90aae commit b8db9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git add output/proxy-pattern.pdf
1515
echo "4. Running pandoc on combined.md for creating html docs"
1616
pandoc --no-highlight \
1717
--lua-filter="$CURRENT_PWD"/src/task-list_architect.lua \
18-
--from markdown_github+smart+yaml_metadata_block+auto_identifiers \
18+
--from markdown_mmd+smart+yaml_metadata_block+auto_identifiers+link_attributes+implicit_figures \
1919
--to html5 \
2020
--template "$CURRENT_PWD"/src/architect.template \
2121
--output "$CURRENT_PWD"/output/index.html \

0 commit comments

Comments
 (0)