This is text below a heading 1.
This is text below a heading 2.
This is text below a heading 3.
This is text below a heading 4.
This is text below a heading 5.
This is text below a heading 6.
Separate paragraphs with a blank line. A single line break within a block is treated as a space, not a new paragraph.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
You can make text bold, italic, or bold and italic.
Inline code uses backticks.
Strikethrough uses double tildes.
Unordered list:
Ordered list:
Link to an external page: GitHub
Link to another page in this site: Images
Fenced code blocks support syntax highlighting:
public string Greet(string name) { return $"Hello, {name}!"; }
function greet(name) { return `Hello, ${name}!`; }
echo "Hello, world!"
This is a blockquote. It can span multiple lines and is useful for calling out a passage or quotation.
| Feature | Supported | Notes |
|---|---|---|
| Tables | Yes | With alignment |
| Footnotes | Yes | |
| Task lists | Yes | |
| Alerts | Yes | GitHub-style |
| Strikethrough | Yes | ~~text~~ |
Column alignment with ::
| Left | Center | Right |
|---|---|---|
| A | B | C |
| 1 | 2 | 3 |
GitSite supports footnotes1. You can have multiple2.
site.yamlEmbed images using standard Markdown syntax:

Or link to any public URL:
Wrap an image in a link to make it clickable:
[](https://example.com)
Note
This is a note. Use it for supplementary information.
Tip
This is a tip. Use it to suggest a better approach.
Warning
This is a warning. Use it to flag something the reader should be careful about.
Important
This is an important callout.
Caution
This is a caution, for things that could cause harm or data loss.