File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Table of Contents *panvimdoc-table-of-contents*
2121 - Mappings | panvimdoc-mappings |
2222 - Table | panvimdoc-table |
2323 - Markdown only content | panvimdoc-markdown-only-content |
24+ - Details and summary | panvimdoc-details-and-summary |
2425
2526==============================================================================
26271. panvimdoc *panvimdoc-panvimdoc*
@@ -490,6 +491,22 @@ Content that needs to be presented only in Markdown can be inside
490491<
491492
492493
494+ DETAILS AND SUMMARY *panvimdoc-details-and-summary*
495+
496+ You can even use `<details> ` and `<summary> ` tags for your README.md.
497+
498+ Summary
499+
500+ This section is the details.
501+
502+ The `html` tags are dropped and the following output is generated in the vimdoc
503+ file.
504+
505+ >
506+ Summary
507+
508+ This section is the details.
509+ <
493510
494511
495512Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
You can’t perform that action at this time.
0 commit comments