Learn how to format text, create headers, and style content
#
symbols to create headers of different levels:
Style | Syntax | Example | Result |
---|---|---|---|
Bold | **text** | **important note** | important note |
Italic | _text_ | _emphasis_ | emphasis |
~text~ | ~deprecated feature~ |
Type | Syntax | Example | Result |
---|---|---|---|
Superscript | <sup>text</sup> | example<sup>2</sup> | example2 |
Subscript | <sub>text</sub> | example<sub>n</sub> | examplen |
[page](../page)
as they load slower and cannot be optimized as effectively as root-relative links.>
before text to create a blockquote:
This is a quote that stands out from the main content.
This is the first paragraph of a multi-line blockquote.
This is the second paragraph, separated by an empty line with >
.
$
, for inline mathematical expressions:
$$
, for standalone equations:
<br />
tags for forced line breaks within paragraphs: