Skip to content

Commit bb404d4

Browse files
committedMar 7, 2025
doc: minor fixes
1 parent 6666e36 commit bb404d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎doc/wiki.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ CONTENTS *wiki-contents*
5353
Template file format |wiki-templates-format|
5454
Journal summaries |wiki-templates-journal-summaries|
5555
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|
5858

5959
==============================================================================
6060
INTRODUCTION *wiki-intro*
@@ -1373,7 +1373,7 @@ a reference of all available options.
13731373
*g:wiki_toc_depth*
13741374
The number of sections to parse for the TOC.
13751375

1376-
Default: `6
1376+
Default: `6`
13771377

13781378
*g:wiki_tag_list*
13791379
A dictionary that specifies the default options for |WikiTagList|.
@@ -1781,7 +1781,7 @@ MAPPINGS AND COMMANDS REFERENCE *wiki-mappings-reference*
17811781

17821782
*<plug>(wiki-open)*
17831783
*WikiOpen*
1784-
`:[range]WikiOpen [page]
1784+
`:[range]WikiOpen [page]`
17851785
Open (or create) a page. The command supports completion of the page
17861786
argument. If the `page` argument is not provided, then ask for user input to
17871787
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*
20152015

20162016
*<plug>(wiki-export)*
20172017
*WikiExport*
2018-
`:[range]WikiExport [options] [fname]
2018+
`:[range]WikiExport [options] [fname]`
20192019
Export the current wiki file with `pandoc` (https://pandoc.org/). The main argument `fname`
20202020
specifies the target filename and format (implied by the file extension),
20212021
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
25012501
tags = fzf_tags,
25022502
toc = fzf_toc,
25032503
}
2504+
<
25042505

2505-
==============================================================================
25062506
vim:tw=78:ts=8:ft=help:norl:fdm=marker:cole=2:

0 commit comments

Comments
 (0)
Please sign in to comment.