Interestingly there are cute things not mentioned at all in the Remarkup page (https://we.phorge.it/book/phorge/article/remarkup/).
Let's try to figure out what we know, and then what we should communicate to end-users.
Fiflet
Standard:
figlet {{{ hello }}}
Custom font small:
figlet (font=small) {{{ hello }}}
Custom font banner:
Custom font big:
Custom font bubble:
Custom font digital:
Custom font ivrit:
Custom font lean:
Custom font mini:
Custom font mnemonic:
Custom font script:
Custom font smscript:
Custom font shadow:
Custom font smshadow:
Custom font slant:
Custom font smsslant:
Custom font standard:
Custom font term:
Figlet Builtin fonts:
https://we.phorge.it/source/phorge/browse/master/externals/figlet/fonts
Figlet Code Implementation:
Cowsay
cowsay {{{ hello }}}
Custom eyes, custom think, custom tongue:
cowsay (think=yes,eyes=XX,tongue=^^) {{{ hello }}}
Other things from the original Cowsay in Perl as supported as-well:
cowsay (cow=stegosaurus) {{{ hello }}}
It seems we support also "companion", from Portal:
cowsay (cow=companion) {{{ hello }}}
Cowsay builtin cows:
https://we.phorge.it/source/phorge/browse/master/externals/cowsay/cows/
https://we.phorge.it/source/phorge/browse/master/resources/cows/builtin/
Cowsay custom cows could be placed here:
phorge/resources/cows/custom
Cowsay Code Implementation:
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.