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
###TitleFor a subheader, you should use
##SubtitleFor 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)