Skip to content

Instantly share code, notes, and snippets.

@alismx
Last active June 13, 2023 17:10
Show Gist options
  • Save alismx/cffeb79c933f98279c46906f390fd3a0 to your computer and use it in GitHub Desktop.
Save alismx/cffeb79c933f98279c46906f390fd3a0 to your computer and use it in GitHub Desktop.
Hidden content in markdown

Demo

Hidden Content

My hidden text

```bash
echo "code block"
```

How to:

  <details>
    <summary>Hidden Content</summary>
    <p>
      My hidden text

      ```bash
        echo "code block"
      ```
    </p>
  </details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment