GFM Syntax

GFM Syntax

Theme Introduction
2026-06-30 12:58:33
73 字
1 分钟阅读
加载中... 次阅读

Astro natively supports basic Markdown usage, as follows:

Lists

Task List

  • Supports task list
  • Not completed yet

Ordered List

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3

Unordered List

  • Unordered list item 1
  • Unordered list item 2
  • Unordered list item 3

Table

Field Value
Version Tailwind v4
Plugin @tailwindcss/typography

Strikethrough

Deleted text

Footnote

There is a footnote[^1] here.

Code

console.log(' fenced code 支持高亮按你的主题来 ');