{
  "dataset": "markdown-cheatsheet",
  "title": "Markdown cheat sheet",
  "version": "1.0.0",
  "updated": "2026-07-02",
  "source": {
    "name": "CommonMark specification",
    "url": "https://spec.commonmark.org/"
  },
  "checkedAt": null,
  "license": "CC BY 4.0",
  "licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "Data from quickref.tips",
  "documentation": "https://quickref.tips/reference/markdown-cheatsheet",
  "recordCount": 14,
  "data": [
    {
      "you_type": "# Heading",
      "you_get": "Top level heading"
    },
    {
      "you_type": "## Heading",
      "you_get": "Second level heading"
    },
    {
      "you_type": "**bold**",
      "you_get": "Bold text"
    },
    {
      "you_type": "*italic*",
      "you_get": "Italic text"
    },
    {
      "you_type": "`code`",
      "you_get": "Inline monospace code"
    },
    {
      "you_type": "- item",
      "you_get": "Bulleted list item"
    },
    {
      "you_type": "1. item",
      "you_get": "Numbered list item"
    },
    {
      "you_type": "[text](url)",
      "you_get": "A link"
    },
    {
      "you_type": "![alt](url)",
      "you_get": "An image"
    },
    {
      "you_type": "> quote",
      "you_get": "A block quote"
    },
    {
      "you_type": "---",
      "you_get": "A horizontal rule"
    },
    {
      "you_type": "```",
      "you_get": "Start or end a code block"
    },
    {
      "you_type": "| a | b |",
      "you_get": "A table row"
    },
    {
      "you_type": "- [ ] task",
      "you_get": "A task list checkbox"
    }
  ]
}