revert md on tocs

This commit is contained in:
Jose Falanga 2025-11-04 23:47:13 -03:00
parent 0369cbffd2
commit 5de3a66916
2 changed files with 1 additions and 8 deletions

View file

@ -17,7 +17,7 @@ cd $(dirname $1)
get_page_metadata $page
if [[ $is_toc == "true" ]]; then
build_toc "$page" "$process_markdown"
build_toc "$page"
elif [[ $process_markdown == "false" ]]; then
build_header index.html
cat $page | sed -e '1,/END ARISE/d' | cat >> index.html