Adding the test option for a second css file in the header

This commit is contained in:
2024-02-25 01:58:55 +01:00
parent 226c15edaa
commit 70953a6bc5

View File

@@ -49,6 +49,7 @@ def convert(
"--filter={}/.config/vimwiki/linkParser.hs".format(os.environ['HOME']),
"--section-divs",
"--template={}".format(template) if path.isfile(template) else "",
#"--variable=css={}".format(css_file) if path.isfile(css_file) else "",
"-s",
"--highlight-style=pygments",
"--metadata",