{
  "$schema": "https://json.schemastore.org/web-types",
  "name": "@vaadin/markdown",
  "version": "25.2.0-beta2",
  "description-markup": "markdown",
  "framework": "lit",
  "framework-config": {
    "enable-when": {
      "node-packages": [
        "lit"
      ]
    }
  },
  "contributions": {
    "html": {
      "elements": [
        {
          "name": "vaadin-markdown",
          "description": "`<vaadin-markdown>` is a web component for rendering Markdown content.\nIt takes Markdown source as input and renders the corresponding HTML.\n\n### Styling\n\nThe component does not have specific shadow DOM parts for styling the rendered Markdown content itself,\nas the content is rendered directly into the component's light DOM via a slot.\nYou can style the rendered HTML elements using standard CSS selectors targeting the `vaadin-markdown` element.\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
          "extension": true,
          "attributes": [
            {
              "name": ".content",
              "description": "The Markdown content.",
              "value": {
                "kind": "expression"
              }
            }
          ]
        }
      ]
    }
  }
}