layouts: add spoiler shortcode
This commit is contained in:
parent
d20b6aed18
commit
370f40ef5a
2 changed files with 13 additions and 0 deletions
|
|
@ -39,3 +39,11 @@ echo hello world | cut -d' ' -f 1
|
|||
\draw (0,0) circle (1in);
|
||||
\end{tikzpicture}
|
||||
{{% /tikz %}}
|
||||
|
||||
### Spoilers
|
||||
|
||||
{{% spoiler "Don't open me" %}}
|
||||
Test 2
|
||||
|
||||
Test 3
|
||||
{{% /spoiler %}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue