{
  "_copyright": "Copyright (c) 2026, Salesforce, Inc., All rights reserved. For full license text, see the LICENSE.txt file",
  "$schema": "https://slds.lightningdesignsystem.com/schemas/uif-system.v1.json",
  "apiVersion": "1.0.0",
  "name": "Markdown",
  "description": "Markdown formatting is applied to the wrapping element to style common markdown elements including headings, lists, code blocks, tables, and blockquotes.",
  "dateAdded": "2026-04-24",
  "genReady": false,
  "structure": {
    "name": "root",
    "restrict": [
      "div"
    ],
    "description": "Markdown container",
    "slot": {
      "name": "default",
      "required": true
    },
    "attributes": {
      "static": {
        "class": "slds-markdown"
      }
    }
  },
  "accessibility": {
    "requirements": [
      {
        "id": "heading-hierarchy",
        "description": "Content should use appropriate heading levels in order (h1, h2, h3, etc.) for a logical document outline"
      }
    ]
  },
  "cssSource": "./markdown.css",
  "styleApi": {
    "status": "stable",
    "ready": true
  }
}
