Markup
#
OverviewThe Markup
allows users to apply formatting such as headers, subheaders, bold, underline, italics, strikethrough, copyable text, links, and more.
#
Markup VariantsFor 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)