惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
月光博客
月光博客
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
人人都是产品经理
人人都是产品经理
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
The Cloudflare Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
小众软件
小众软件
Last Week in AI
Last Week in AI

tanscp

科学驾驭你的身体电量 (Body Battery) - tanscp Code Block Features Showcase 通俗易懂的解释什么是Agent - tanscp i18n in a Static Next.js Blog: Client-Side Toggle vs URL-Based Routing Multimedia Showcase: Video, Podcasts & Embeds Syntax Highlighting Mathematical Notation Visuals and Diagrams System Architecture 101 Syntax Highlighting Showcase 中文测试文章 Part 2: Routing Mastery Part 1: Getting Started with Next.js 15 多语言测试并且要测试以下超长的标题看如何处理,如果太长的话要考虑方案: Amytis Digital Garden The Kitchen Sink: Comprehensive Feature Test Mac 菜单栏武装计划:10 款免费开源的宝藏 App 推荐 Nested Image Test Legacy Markdown Support Asynchronous JavaScript QuickSort: An Algorithmic Deep Dive README Index Post Deeper Notes 在一个被屏幕和算法全面包围的时代,我们正逐渐失去对“注意力”的主权 - tanscp AI 是如何识别一只猫的?——图解神经网络的秘密 - tanscp 什么是真正的自我?它真的存在吗? - tanscp AI洞察从你的笔记中读出了什么? - tanscp 我尝试空腹有氧一个月后 - tanscp ISSUE 026 | 数独事件 - tanscp ISSUE 025|你喜欢哪个版本的自己? - tanscp ISSUE 024|认知失调 - tanscp
Markdown Features Test
Tester · 2026-01-16 · via tanscp

Test309 words2 min read

Testing tables, task lists, and other GFM features.

This post tests GitHub Flavored Markdown (GFM) support.

Tables

FeatureSupportedNotes
TablesYesRequires remark-gfm
Task ListsYesCheckboxes
StrikethroughYesDeleted

Here is a simple footnote1.

Wide Table Test

Testing horizontal scrolling for very wide tables with extensive content.

IDData Column 1Data Column 2Data Column 3Data Column 4Data Column 5Data Column 6Data Column 7Data Column 8Data Column 9Data Column 10Data Column 11Data Column 12Data Column 13Data Column 14
001Extremely long description for testing purposesValidating responsive behaviorContent overflow checkColumn four dataColumn five dataColumn six dataColumn seven dataColumn eight dataColumn nine dataColumn ten dataColumn eleven dataColumn twelve dataColumn thirteen dataColumn fourteen data
002Another long entry to see how it wraps or scrollsConsistency verificationMore test data hereRow two col fourRow two col fiveRow two col sixRow two col sevenRow two col eightRow two col nineRow two col tenRow two col elevenRow two col twelveRow two col thirteenRow two col fourteen

Standard inline link: Next.js Website

Reference-style link: Amytis GitHub

Autolinks (GFM): https://google.com and www.github.com

Here are some search engines: Google, Yahoo, and Bing.

And here is a longer one2.

Task List

  • Install remark-gfm
  • Configure ReactMarkdown
  • Verify rendering

Strikethrough

This text is struck through.

  1. This is the first footnote. ↩

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { code }

    Add as many paragraphs as you like. ↩

Related Articles