Titles
H1
H2
H3
H4
H5
H6
Text Decoration
Bold text
Italic text
Bold and italic
Strikethrough
Underlined (HTML)
Superscript and Subscript
Inline code
Blockquotes
This is a blockquote.
Nested blockquote
Codeblocks
def greet(name):
return f"Hello, {name}!"
print(greet("Josh"))