build markdown on indexes

This commit is contained in:
Jose Falanga 2025-11-03 16:52:54 -03:00
parent cf21d895cc
commit 135014d24a
2 changed files with 8 additions and 1 deletions

View file

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