Create account

1273d
This post contains a spolier in markdown. Will it work on member.cash>! This is a spoiler
>! https://meta.stackexchange.com/a/72878
replied 1273d
Spoiler:

>! It doesn't work currently.
replied 1273d
<details>
<summary>Spoiler warning</summary>

Spoiler text. Note that it's important to have a space after the summary tag. You should be able to write any markdown you wanthttps://gist.github.com/jbsulli/03df3cdce94ee97937ebda0ffef28287 inside the `<details>` tag... just make sure you close `<details>` afterward.

```javascript
console.log("I'm a code block!");
```

</details>
replied 1273d
nice!

click on the text above to see the spoiler on member.cash
replied 1273d
@lugaxker check out the above
replied 1273d
We're using the showdown markdown library
https://github.com/showdownjs/showdown

Seems like it doesn't support spoilers.