Titles
Best used for section headers.
Subtitles
Best used for subsection headers.
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.
| Style | Syntax | Result |
|---|
| 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:
| Style | Syntax | Result |
|---|
| Superscript | <sup>superscript</sup> | superscript |
| Subscript | <sub>subscript</sub> | subscript |
Links
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>