@@ -53,8 +53,8 @@ CONTENTS *wiki-contents*
53
53
Template file format | wiki-templates-format |
54
54
Journal summaries | wiki-templates-journal-summaries |
55
55
Advanced configuration guide | wiki-advanced-configuration |
56
- Example 1: New scheme |wiki-advanced-config-1
57
- Example 2: Adjust the wiki scheme |wiki-advanced-config-2
56
+ Example 1: New scheme | wiki-advanced-config-1 |
57
+ Example 2: Adjust the wiki scheme | wiki-advanced-config-2 |
58
58
59
59
==============================================================================
60
60
INTRODUCTION *wiki-intro*
@@ -1373,7 +1373,7 @@ a reference of all available options.
1373
1373
*g:wiki_toc_depth*
1374
1374
The number of sections to parse for the TOC.
1375
1375
1376
- Default: `6
1376
+ Default: `6 `
1377
1377
1378
1378
*g:wiki_tag_list*
1379
1379
A dictionary that specifies the default options for | WikiTagList | .
@@ -1781,7 +1781,7 @@ MAPPINGS AND COMMANDS REFERENCE *wiki-mappings-reference*
1781
1781
1782
1782
*<plug>(wiki-open)*
1783
1783
*WikiOpen*
1784
- `:[range] WikiOpen [page]
1784
+ `:[range] WikiOpen [page] `
1785
1785
Open (or create) a page. The command supports completion of the page
1786
1786
argument. If the `page` argument is not provided, then ask for user input to
1787
1787
specify the page name. When not already inside a wiki, the wiki root is
@@ -2015,7 +2015,7 @@ MAPPINGS AND COMMANDS REFERENCE *wiki-mappings-reference*
2015
2015
2016
2016
*<plug>(wiki-export)*
2017
2017
*WikiExport*
2018
- `:[range] WikiExport [options] [fname]
2018
+ `:[range] WikiExport [options] [fname] `
2019
2019
Export the current wiki file with `pandoc` (https://pandoc.org/ ). The main argument `fname`
2020
2020
specifies the target filename and format (implied by the file extension),
2021
2021
e.g. `test.pdf` or `test.html` . If `fname` is not specified, then the
@@ -2501,6 +2501,6 @@ selection functions yourself. The following is a setup using `fzf-lua`: >lua
2501
2501
tags = fzf_tags,
2502
2502
toc = fzf_toc,
2503
2503
}
2504
+ <
2504
2505
2505
- ==============================================================================
2506
2506
vim:tw=78:ts=8:ft=help:norl:fdm=marker:cole=2:
0 commit comments