You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are the metadata fields that the custom writer uses:
114
114
115
115
116
116
- >project< (String) _required_: This is typically the plugin name. This is prefixed to all generated tags. (e.g. >*project-heading*<)
117
-
- >vimdoctitle< (String) _required_: This is the name of the documentation file that you want to generate. This is used in the first line.
118
117
- >vimversion< (String) _optional_: The version vim / neovim that the plugin is targeting. If not present, the version of vim in the available environment is used.
119
118
- >toc< (Boolean) _optional_: Whether to generate table of contents or not.
120
119
@@ -124,7 +123,6 @@ Example:
124
123
>
125
124
---
126
125
project: panvimdoc
127
-
vimdoctitle: panvimdoc.txt
128
126
vimversion: Neovim v0.5.0
129
127
toc: true
130
128
---
@@ -162,18 +160,24 @@ Add the following to >./.github/workflows/pandocvim.yml<:
0 commit comments