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.
1 parent 7e1fb0c commit 0b9016bCopy full SHA for 0b9016b
doc/panvimdoc.txt
@@ -446,21 +446,19 @@ Content that needs to be presented only in Markdown can be inside
446
>
447
<!-- panvimdoc-ignore-start -->
448
449
- Right Left Center Default
450
- ------- ------ ---------- -------
451
- 12 12 12 12
452
- 123 123 123 123
453
- 1 1 1 1
+ <details>
+ <summary>Vimdoc Ignored Section</summary>
454
455
- Table: Demonstration of simple table syntax.
+ This section will ignored when generating the vimdoc file.
+ This will only show up in the Markdown file.
+
+ </details>
456
457
<!-- panvimdoc-ignore-end -->
458
<
459
460
461
462
-
463
464
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
465
466
vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments