Skip to main content
All CollectionsUnVale Basics
Unvale's Markdown List
Unvale's Markdown List

Learn how to get italics, bolding, or even mention someone!

Updated yesterday

For Italics, you can use * or _ on each side of a word/sentence. It should look like *this* or like _this_

For Bolds, you can use ** on each side of a word/sentence. It should look like **this**
​
For Bold Italics, you can use *** or **_ on each side of a word/sentence. It should look like ***this*** or **_this_**

For Strikethroughs, you can use ~ or ~~ on each side of a word. It should look like ~this~ or ~~this~~ (Please note that doing 3 ~ does not work and will hide your text!)

For Horizontal Dividers, you can use --- after writing a piece of text and adding it to the next line. It should look something like this:

"Hey there

---

This is an example!"

To embed a link to text you will need to use a combination of [ and (. This will look something like this [text you want to become a link!](https://unvale.io/). You can also use this for mentioning usernames.

Note: This will currently only work for Unvale links. Links off of Unvale will not be clickable.

At this time we do not support bullet/numbered listing or headers in markdown.

Note: Trying to do your own numbered listings can make the number disappear!

Did this answer your question?