@@ -3,6 +3,17 @@ panvimdoc.txt For NVIM v0.4.3 Last change: 2021 August 12
33==============================================================================
44Table of Contents *panvimdoc-table-of-contents*
55
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+
617==============================================================================
7181. panvimdoc *panvimdoc-panvimdoc*
819
@@ -55,7 +66,7 @@ a Markdown file to a vim documentation help file. This project provides a
5566reference implementation of the specification as well.
5667
5768==============================================================================
58- 3. Goals: *panvimdoc-goals: *
69+ 3. Goals *panvimdoc-goals*
5970
6071
6172- 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.
7182
7283
7384- Autogenerate title for vim documentation
85+ - Autogenerate table of contents
7486- Generate links and tags
7587- Support markdown syntax for tables
7688- Support raw vimdoc syntax where ever needed for manual control.
0 commit comments