Skip to main content

Markup

Overview#

The Markup allows users to apply formatting such as headers, subheaders, bold, underline, italics, strikethrough, copyable text, links, and more.


Markup Variants#

For a header, you should use

###Title

For a subheader, you should use

##Subtitle

For bold text, you should use

**Bold Text**

For underlined text, you should use

__Underlined Text__

For italic text, you should use

*Italic Text*

For strikethrough text, you should use

~Strikethrough Text~

For copyable text, you should use

`Copyable Text`

For a link, you should use

[Google](https://www.google.com)