Skip to content

Instantly share code, notes, and snippets.

@akagaeng
Created January 4, 2023 02:38
Show Gist options
  • Save akagaeng/f52ad37bf37c39f6edb9817b80c327b6 to your computer and use it in GitHub Desktop.
Save akagaeng/f52ad37bf37c39f6edb9817b80c327b6 to your computer and use it in GitHub Desktop.
Fold/unfold contents from Markdown with summary and details tags

Markdown

<details>
<summary>Title Here</summary>

<!-- Blank requred under summary -->
## Contents Title
Some contents
</details>

Preview

Title Here

Contents Title

Some contents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment