mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-22 22:09:45 +01:00
nvim: stars display correctly after pandoc compile
This commit is contained in:
@@ -15,7 +15,7 @@ return {
|
|||||||
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",
|
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",
|
||||||
-- markdown
|
-- markdown
|
||||||
mdoutputext = "pdf",
|
mdoutputext = "pdf",
|
||||||
mdtopdf = "pandoc %docroot% --toc --toc-depth=5 -V colorlinks=true -V linkcolor=blue -V urlcolor=red -V toccolor=gray -o %outputfile%",
|
mdtopdf = "pandoc %docroot% -H ~/.config/nvim/lua/resources/header.tex --toc --toc-depth=5 -V colorlinks=true -V linkcolor=blue -V urlcolor=red -V toccolor=gray -o %outputfile%",
|
||||||
mdtopdfviewerlaunch = "zathura ./%outputfile%",
|
mdtopdfviewerlaunch = "zathura ./%outputfile%",
|
||||||
mdtohtml = "pandoc --standalone %docroot% -o %outputfile%",
|
mdtohtml = "pandoc --standalone %docroot% -o %outputfile%",
|
||||||
mdtohtmlviewerlaunch = "firefox --kiosk --new-window %outputfile%",
|
mdtohtmlviewerlaunch = "firefox --kiosk --new-window %outputfile%",
|
||||||
|
|||||||
Reference in New Issue
Block a user