Documentation
Markdown
ctrl alt doc uses Markdown for your documentation.
You can use standard Markdown for headings, paragraphs, emphasis, lists, links, tables, blockquotes, images, and more.
Headings #
Use Markdown headings to structure your documents.
# Page title
## Section
### SubsectionText #
You can use bold, italic, and inline code.
You can also combine formatting:
This is **bold**, this is _italic_, and this is `code`.Lists #
Unordered lists:
- First item
- Second item
- Third itemOrdered lists:
1. First item
2. Second item
3. Third itemBlockquotes #
Use > for quoted content.
> Documentation, without the baggage.Documentation, without the baggage.
Tables #
Standard Markdown tables are supported.
| Feature | Status |
| ------- | ------ |
| Search | Ready |
| Sidebar | Ready |
| TOC | Ready || Feature | Status |
|---|---|
| Search | Ready |
| Sidebar | Ready |
| TOC | Ready |
Links #
Markdown links can point to internal documentation or external websites.
[Installation](/getting-started/installation)
[ctrl alt doc](https://ctrlaltdoc.cc)Images #
Standard Markdown images are supported.
For figures with captions, see Figures .
What's next? #
Markdown is the foundation of your documentation. ctrl alt doc adds additional features on top of it, including callouts, cards, details, downloads, figures, and file trees.
