forked from Chill-project/manuals
Switch pandoc output format to GitHub-flavored Markdown (gfm)
This commit is contained in:
@@ -10,7 +10,7 @@ def on_page_markdown(markdown: str, page, config, files) -> str | None:
|
||||
cmd = [
|
||||
"pandoc",
|
||||
f"--lua-filter={lua_filter_path}",
|
||||
"--to", "markdown"
|
||||
"--to", "gfm"
|
||||
]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user