markdown cheat cheat code example
Example 1: what is strikethrough in markdown
Wrap your text in tildes(~) for strikethrough'd text.
~~Strikedthrough~~
Example 2: bold markdown
# Bold
I just love **bold text**.
I just love __bold text__.
Love**is**bold
# Italic
Italicized text is the *cat's meow*.
Italicized text is the _cat's meow_.
A*cat*meow