{
  "$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": "markdown",
          "url": "## nve-markdown\n\nA Web Component that inputs markdown content and renders it as HTML formatted with Elements styles.\n\n### Example\n\n```html\n<nve-markdown>\n  <template>\n    # Default\n\n    This is a default markdown component in its initial state.\n\n    - List item 1\n    - List item 2\n    - List item 3\n  </template>\n</nve-markdown>\n```\n\n### Import\n\n```javascript\nimport '@nvidia-elements/markdown/markdown/define.js';\n```\n\n### Slots\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| (default) | `string` | The slot can contain a template element with markdown content |\n\n### Properties / Attributes\n\n| property (attribute) | value | description |\n| -------------------- | ----- | ----------- |\n| source | `string` | Markdown content source, settable programmatically |\n| getUpdateComplete |  |  |\n\n### CSS Properties\n\n| name | value | description |\n| ---- | ----- | ----------- |\n| --padding | `string` | The padding of the component [MDN](https://mdn.dev/CSS/padding) |"
        }
      ]
    }
  ]
}
