Update Pandoc output format to 'gfm+attributes' in MkDocs hook
This commit is contained in:
@@ -10,7 +10,7 @@ def on_page_markdown(markdown: str, page, config, files) -> str | None:
|
|||||||
cmd = [
|
cmd = [
|
||||||
"pandoc",
|
"pandoc",
|
||||||
f"--lua-filter={lua_filter_path}",
|
f"--lua-filter={lua_filter_path}",
|
||||||
"--to", "gfm"
|
"--to", "gfm+attributes"
|
||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user