We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd90aae commit b8db9e2Copy full SHA for b8db9e2
docs/generate
@@ -15,7 +15,7 @@ git add output/proxy-pattern.pdf
15
echo "4. Running pandoc on combined.md for creating html docs"
16
pandoc --no-highlight \
17
--lua-filter="$CURRENT_PWD"/src/task-list_architect.lua \
18
- --from markdown_github+smart+yaml_metadata_block+auto_identifiers \
+ --from markdown_mmd+smart+yaml_metadata_block+auto_identifiers+link_attributes+implicit_figures \
19
--to html5 \
20
--template "$CURRENT_PWD"/src/architect.template \
21
--output "$CURRENT_PWD"/output/index.html \
0 commit comments