Test2 min read
Markdown Features Test
Written by
Testing tables, task lists, and other GFM features.
This post tests GitHub Flavored Markdown (GFM) support.
Tables
| Feature | Supported | Notes |
|---|---|---|
| Tables | Yes | Requires remark-gfm |
| Task Lists | Yes | Checkboxes |
| Strikethrough | Yes |
Footnotes
Here is a simple footnote1.
Wide Table Test
Testing horizontal scrolling for very wide tables with extensive content.
| ID | Data Column 1 | Data Column 2 | Data Column 3 | Data Column 4 | Data Column 5 | Data Column 6 | Data Column 7 | Data Column 8 | Data Column 9 | Data Column 10 | Data Column 11 | Data Column 12 | Data Column 13 | Data Column 14 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 001 | Extremely long description for testing purposes | Validating responsive behavior | Content overflow check | Column four data | Column five data | Column six data | Column seven data | Column eight data | Column nine data | Column ten data | Column eleven data | Column twelve data | Column thirteen data | Column fourteen data |
| 002 | Another long entry to see how it wraps or scrolls | Consistency verification | More test data here | Row two col four | Row two col five | Row two col six | Row two col seven | Row two col eight | Row two col nine | Row two col ten | Row two col eleven | Row two col twelve | Row two col thirteen | Row two col fourteen |
Links
Standard inline link: Next.js Website
Reference-style link: Amytis GitHub
Autolinks (GFM): https://google.com and www.github.com
More Reference Links
Here are some search engines: Google, Yahoo, and Bing.
Footnotes(big)
And here is a longer one2.
Task List
- Install remark-gfm
- Configure ReactMarkdown
- Verify rendering
Strikethrough
This text is struck through.
Autolink literals
Footnotes
T
Written by
Tester