- CommonMark or GitHub-flavored?
- Both. CommonMark is the baseline; GFM extensions (tables, task lists, strikethrough, autolinks) are marked as GFM-specific.
- Does it cover footnotes?
- Yes — GFM footnote syntax. Plus the fallback for Markdown flavors that don't support them.
- What about HTML inside Markdown?
- Allowed inline. The cheatsheet notes when HTML is preserved (most renderers) vs stripped (some strict flavors).
- Tables — how do I align columns?
- Covered — colons in the separator row set alignment (left :---, center :---:, right ---:). Works in all table-supporting flavors.