remove section numbers
This commit is contained in:
4
app.py
4
app.py
@ -170,8 +170,6 @@ def get_page_data(path, isPreload=False):
|
|||||||
to='md',
|
to='md',
|
||||||
format='md',
|
format='md',
|
||||||
extra_args=[
|
extra_args=[
|
||||||
"-N",
|
|
||||||
"--section-divs",
|
|
||||||
"--lua-filter=include-files.lua"
|
"--lua-filter=include-files.lua"
|
||||||
])
|
])
|
||||||
|
|
||||||
@ -180,8 +178,6 @@ def get_page_data(path, isPreload=False):
|
|||||||
to="html",
|
to="html",
|
||||||
format="md",
|
format="md",
|
||||||
extra_args=[
|
extra_args=[
|
||||||
"-N",
|
|
||||||
"--section-divs",
|
|
||||||
"--citeproc"
|
"--citeproc"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user