mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Adding the test option for a second css file in the header
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user