












This post is written in a standard .md file, not .mdx.
Migration from other systems (Jekyll, Hugo) often involves thousands of .md files. Supporting them natively makes migration easier.
Footnote test1.
One of the main benefits of .md support is seamless migration. If you're moving from Jekyll, Hugo, or another static site generator, your existing posts can be dropped into the content/posts/ directory without any changes. Frontmatter fields like title, date, and tags are parsed identically for both formats.
The key difference is that .mdx files allow embedding React components directly in your content, while .md files stick to standard Markdown. For most blog posts, standard Markdown is more than sufficient — and keeping your content in .md means it stays portable across any Markdown-compatible system.
This is a [link to markdown guide][md-guide].
Internal links: Home and Archives.
Reference links test: Markdown Guide, CommonMark.
| Feature | Sum | Notes |
|---|---|---|
| Tables | > 10 | Requires remark-gfm |
| Task Lists | 5 | Checkboxes |
| Strikethrough | 1 |
A simple footnote. ↩
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。