Skip to content

Instantly share code, notes, and snippets.

@BolajiAyodeji
Last active May 21, 2021 20:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BolajiAyodeji/b3ea836a030409f75aff5ee7f0847b82 to your computer and use it in GitHub Desktop.
Save BolajiAyodeji/b3ea836a030409f75aff5ee7f0847b82 to your computer and use it in GitHub Desktop.
Markdown toggle demo
Click to toggle contents of the toggle

Here's a sample code:

ReactDOM.render(
<h1>Hello, world!</h1>,
document.getElementById('root')
);

RAW 👇🏾

<details>
<summary>Click to toggle contents of the toggle</summary>
  
  Here's a sample code:
  
  ReactDOM.render(
  <h1>Hello, world!</h1>,
  document.getElementById('root')
  );
  
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment