We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef8e488 + a59e39e commit a35e9ceCopy full SHA for a35e9ce
doc/pandoc-syntax.txt
@@ -47,7 +47,7 @@ CONFIGURATION *vim-pandoc-syntax-configuration*
47
override the defaults (see those in |s:cchars|). For example, if you prefer
48
to mark footnotes with the `*` symbol:
49
50
- let g:pandoc#syntax#conceal#cchar_overrides = ["footnote" : "*"]
+ let g:pandoc#syntax#conceal#cchar_overrides = {"footnote" : "*"}
51
52
+ *g:pandoc#syntax#conceal#urls*
53
Conceal the urls in links.
0 commit comments