@@ -3,6 +3,17 @@ panvimdoc.txt For NVIM v0.4.3 Last change: 2021 August 12
3
3
==============================================================================
4
4
Table of Contents *panvimdoc-table-of-contents*
5
5
6
+ 1. panvimdoc | panvimdoc-panvimdoc |
7
+ 2. Motivation | panvimdoc-motivation |
8
+ 3. Goals | panvimdoc-goals |
9
+ 4. Features | panvimdoc-features |
10
+ 5. Specification | panvimdoc-specification |
11
+ 6. Usage | panvimdoc-usage |
12
+ 7. References | panvimdoc-references |
13
+ 8. Specification | panvimdoc-specification |
14
+ 9. Title | panvimdoc-title |
15
+ 10. Heading | panvimdoc-heading |
16
+
6
17
==============================================================================
7
18
1. panvimdoc *panvimdoc-panvimdoc*
8
19
@@ -55,7 +66,7 @@ a Markdown file to a vim documentation help file. This project provides a
55
66
reference implementation of the specification as well.
56
67
57
68
==============================================================================
58
- 3. Goals: *panvimdoc-goals: *
69
+ 3. Goals *panvimdoc-goals*
59
70
60
71
61
72
- Markdown file must be readable when the file is presented as the README on GitHub / GitLab.
@@ -71,6 +82,7 @@ reference implementation of the specification as well.
71
82
72
83
73
84
- Autogenerate title for vim documentation
85
+ - Autogenerate table of contents
74
86
- Generate links and tags
75
87
- Support markdown syntax for tables
76
88
- Support raw vimdoc syntax where ever needed for manual control.
0 commit comments