Skip to content

ftplugin: Creating a collapsed section with command #1

@micheam

Description

@micheam

Before:

hello, world.

After:

<details>
hello, world.
</details>

or, with <summary> if args given.

<details>

<summary>code sample</summary>

hello, world.
</details>

Appendix:

https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions