Syntax for general text effects, including bold, italic, underline, superscript, and more.
Write one or more lines and separate them with blank lines.
Lorem ipsum is simply dummy text of the printing and typesetting industry.
It has been the industry's standard dummy text ever since the 1500s.
Contrary to popular belief, Lorem ipsum is not random text.
Use two asterisks **
or two underscores __
.
Lorem ipsum is **simply dummy text** of the printing and typesetting industry. It has been the industry's standard dummy text __ever since the 1500s__.
Use one asterisk *
.
Lorem ipsum is simply dummy text of the *printing* and *typesetting* industry.
Mix bold and italic styles. As a tip, use the underscore __
for bold styles instead of asterisks.
__Lorem ipsum is *simply dummy text*__ of the printing and typesetting industry. It has been the industry's standard *dummy text __ever since the 1500s__*.
Use one underscore _
.
Lorem ipsum is simply dummy text of the _printing and typesetting industry_.
Use two tildes ~~
.
Lorem ipsum is ~~simply dummy~~ text of the ~~printing and~~ typesetting industry.
Use one caret ^
.
Lorem ipsum^[1] is simply dummy text of the printing and typesetting industry.^[Johnson, ^1995]
Use two equal signs ==
.
Lorem ipsum is ==simply dummy text== of the ==printing and typesetting industry==.
Use one quote "
.
Lorem ipsum is "simply dummy text" of the "printing and typesetting industry".