A tutorial on Gluo's markdown: our approach to text formatting.
Markdown formatting can be used in post descriptions as well as in user bios.
**this**
to get this as an output.
*this*
to get this as an output.
__this__
to get this as an output.
~~this~~
to get [this](https://somelinkhere.com)
to get this as an output. Please note that links that start with https://
or http://
will appear as clickable when posted, i.e. https://google.com
will output as https://google.com.
#topic
to mention a topic. For example, #other
would output as #other.
@User
to mention a user. For example, @kipteam
would output as @kipteam.
a crazy claim^[[1](https://gluo.xyz)]
" would output as "a crazy claim[1]".
10^2
(result: 102). The superscripted number (i.e. 2 in 5^2
) can be up to 4 digits.
x~1 and x~2
would output as x1 and x2