]> Untitled Git - lemmy.git/commit
Adding support for spoilers.
authorDessalines <tyhou13@gmx.com>
Mon, 29 Apr 2019 17:16:43 +0000 (10:16 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 29 Apr 2019 17:16:43 +0000 (10:16 -0700)
commitd13a95da27c847e3f53b0bcf38d77d79f67891ad
tree05418c9c8d3320985b8d1ec2008f608f73ddc286
parent85ed895c5f56e2468b1c4973faa99a64da36a6ad
Adding support for spoilers.

- Fixes #104

example :
```
::: spoiler hidden stuff
*a bunch of spoilers here*
:::
```
ui/package.json
ui/src/utils.ts
ui/yarn.lock