remove section numbers

This commit is contained in:
vitrinekast
2025-02-17 16:03:31 +01:00
parent 8eafe96fbc
commit 414289e89f

4
app.py
View File

@ -170,8 +170,6 @@ def get_page_data(path, isPreload=False):
to='md',
format='md',
extra_args=[
"-N",
"--section-divs",
"--lua-filter=include-files.lua"
])
@ -180,8 +178,6 @@ def get_page_data(path, isPreload=False):
to="html",
format="md",
extra_args=[
"-N",
"--section-divs",
"--citeproc"
])