Markdown Guide

Headings

Use ## for h2, ### for h3 headings. They will appear in the table of contents.

Sub-heading Example

This is a sub-heading that also appears in the TOC.

Text Formatting

You can use bold, italic, strikethrough, and inline code.

Code Blocks

function B32
CharIsAlpha(U8 c)
{
    return CharIsAlphaUpper(c) || CharIsAlphaLower(c);
}

Lists

  1. First
  2. Second
  3. Third

Blockquote

“The best way to predict the future is to create it.”

Visit Astro to learn more about the framework.

Tables

FeatureStatus
Dark ModeSupported
SearchSupported
RSSSupported

Task Lists