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',
|
||||
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"
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user