{
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
  "version": 1.1,
  "tags": [
    {
      "name": "nve-markdown",
      "description": "A Web Component that inputs markdown content and renders it as HTML formatted with Elements styles.\n---\n\n\n### **Slots:**\n - _default_ - The slot can contain a template element with markdown content\n\n### **CSS Properties:**\n - **--padding** - The padding of the component [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/padding) _(default: undefined)_",
      "attributes": [
        {
          "name": "source",
          "description": "Markdown content source, settable programmatically",
          "values": []
        }
      ],
      "references": [
        {
          "name": "Documentation",
          "url": "https://nvidia.github.io/elements/docs/markdown/"
        }
      ]
    }
  ]
}
