Skip to content

Instantly share code, notes, and snippets.

View yoyomonem's full-sized avatar
💻
Working on Install.js and other stuff

Y Nasr yoyomonem

💻
Working on Install.js and other stuff
View GitHub Profile
@yoyomonem
yoyomonem / spoiler.txt
Last active July 4, 2023 12:00
How to make spoilers in Markdown
<details>
<summary>spoiler name here</summary>
Spoiler text. Note that it's important to have a line break after the `<summary>` element, then you can add Markdown into the spoiler. Make sure to close it up with `</details>` afterwards.
```js
console.log("I'm a code block!");
```
</details>