Interestingly there are cute things not mentioned at all in the Remarkup page (https://we.phorge.it/book/phorge/article/remarkup/).
For example, this:
```
figlet {{{
hello
}}}
```
Generates:
figlet {{{
hello
}}}
-----
Also:
```
cowsay {{{
hello
}}}
```
Generates:
cowsay {{{
hello
}}}
----
I think it is quite important that these things are mentioned in the documentation. Sometimes people think that Remarkup is a lame version of Markdown, but right now it is pretty obvious that they are two separate worlds and both interesting. I wish I had lived longer knowing these features instead of discovering them by accident.