You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The args parameter which is handed to pandoc is processed by escape (page.vim line 426).
This causes trouble, when for example setting the g:wiki_export struct to:
The
args
parameter which is handed to pandoc is processed byescape
(page.vim line 426).This causes trouble, when for example setting the
g:wiki_export
struct to:However, If I remove the
escape()
from the pandoc processing, everything works as it should do and it accepts the--template
parameterThe text was updated successfully, but these errors were encountered: