Portable Markdown Checklist in Markdown

From the Markdown cheat sheet ยท Document Patterns ยท verified Aug 2026

Portable Markdown Checklist

Choose syntax that works across common renderers.

markdown
# Use core syntax first

- Headings
- Lists
- Links
- Fenced code
๐Ÿ“Œ CommonMark is the safest syntax baseline
๐Ÿ” GFM adds tables, tasks, and strikethrough
โš ๏ธ Soft line break rendering can differ
๐ŸŽฏ Test the destination instead of assuming parity
portabilitycommonmarkgfm

Continue with Markdown

Save the full cheat sheet or work through every related task.

More Markdown tasks

Back to the full Markdown cheat sheet