Skip to main content

Titles

Best used for section headers.
## Titles

Subtitles

Best used for subsection headers.
### Subtitles
Each title and subtitle creates an anchor and appears in the table of contents.

Text formatting

Standard Markdown formatting is fully supported. Wrap text in **, _, or ~ to style it.
StyleSyntaxResult
Bold**bold**bold
Italic_italic_italic
Strikethrough~strikethrough~strikethrough
Combine them: **_bold and italic_** renders as bold and italic. For superscript and subscript, use HTML:
StyleSyntaxResult
Superscript<sup>superscript</sup>superscript
Subscript<sub>subscript</sub>subscript
Wrap text in []() to create links: [ecge docs](https://docs.ecge.dev). Internal links should be root-relative, e.g. [configuration](/essentials/settings). Relative links like ../settings work but load slower.

Blockquotes

Single line

> The quick brown fox jumps over the lazy dog.
The quick brown fox jumps over the lazy dog.

Multi-line

> First paragraph of the quote.
>
> Second paragraph of the quote.
First paragraph of the quote. Second paragraph of the quote.

LaTeX

ecge supports LaTeX rendering: 8 x (vk x H1 - H2) = (0,1)
<Latex>8 x (vk x H1 - H2) = (0,1)</Latex>