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.

markdown
# Page title

## Section

### Subsection

Text #

You can use bold, italic, and inline code.

You can also combine formatting:

markdown
This is **bold**, this is _italic_, and this is `code`.

Lists #

Unordered lists:

markdown
- First item
- Second item
- Third item

Ordered lists:

markdown
1. First item
2. Second item
3. Third item

Blockquotes #

Use > for quoted content.

markdown
> Documentation, without the baggage.

Documentation, without the baggage.

Tables #

Standard Markdown tables are supported.

markdown
| Feature | Status |
| ------- | ------ |
| Search  | Ready  |
| Sidebar | Ready  |
| TOC     | Ready  |
FeatureStatus
SearchReady
SidebarReady
TOCReady

Markdown links can point to internal documentation or external websites.

markdown
[Installation](/getting-started/installation)

[ctrl alt doc](https://ctrlaltdoc.cc)

Images #

Standard Markdown images are supported.

markdown
![A documentation site displayed in a browser](https://placehold.co/1200x675/png)

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.