Skip to content

Commit efb127f

Browse files
author
janschloesser
committed
📝 🐛 Add highlighting to html documentation
1 parent a58357d commit efb127f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/generate

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ echo "3. Adding pdf to git"
1313
cd ..
1414
git add output/proxy-pattern.pdf
1515
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 \
16+
pandoc --lua-filter="$CURRENT_PWD"/src/task-list_architect.lua \
1817
--from markdown_mmd+smart+yaml_metadata_block+auto_identifiers+link_attributes+implicit_figures \
1918
--to html5 \
2019
--template "$CURRENT_PWD"/src/architect.template \

0 commit comments

Comments
 (0)