We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
panvimdoc_plugins.yml
1 parent d75100e commit 2b6756aCopy full SHA for 2b6756a
1 file changed
.github/workflows/panvimdoc_plugins.yml
@@ -159,6 +159,19 @@ jobs:
159
ignorerawblocks: true
160
docmapping: false
161
docmappingprojectname: false
162
+ - name: Run panvimdoc for memo.md
163
+ uses: kdheepak/panvimdoc@v4.0.1
164
+ with:
165
+ vimdoc: wezterm-types-plugin.memo
166
+ description: "`memo` types"
167
+ pandoc: docs/memo.md
168
+ toc: false
169
+ demojify: true
170
+ dedupsubheadings: false
171
+ treesitter: true
172
+ ignorerawblocks: true
173
+ docmapping: false
174
+ docmappingprojectname: false
175
- name: Run panvimdoc for modal.md
176
uses: kdheepak/panvimdoc@v4.0.1
177
with:
0 commit comments