Skip to content

Commit a35e9ce

Browse files
committed
Merge pull request #179 from ernstwi/doc-typo
fix typo in doc
2 parents ef8e488 + a59e39e commit a35e9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pandoc-syntax.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CONFIGURATION *vim-pandoc-syntax-configuration*
4747
override the defaults (see those in |s:cchars|). For example, if you prefer
4848
to mark footnotes with the `*` symbol:
4949

50-
let g:pandoc#syntax#conceal#cchar_overrides = ["footnote" : "*"]
50+
let g:pandoc#syntax#conceal#cchar_overrides = {"footnote" : "*"}
5151

5252
+ *g:pandoc#syntax#conceal#urls*
5353
Conceal the urls in links.

0 commit comments

Comments
 (0)