Titles
Best used for section headers.Subtitles
Best used for subsection headers.Text formatting
Standard Markdown formatting is fully supported. Wrap text in**, _, or ~ to style it.
Combine them:
**_bold and italic_** renders as bold and italic.
For superscript and subscript, use HTML:
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.
Multi-line
First paragraph of the quote. Second paragraph of the quote.