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 a58357d commit efb127fCopy full SHA for efb127f
docs/generate
@@ -13,8 +13,7 @@ echo "3. Adding pdf to git"
13
cd ..
14
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 \
+pandoc --lua-filter="$CURRENT_PWD"/src/task-list_architect.lua \
18
--from markdown_mmd+smart+yaml_metadata_block+auto_identifiers+link_attributes+implicit_figures \
19
--to html5 \
20
--template "$CURRENT_PWD"/src/architect.template \
0 commit comments