Markdown card is used to render markdown
Options
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | markdown |
content | string | Required | Content to render as markdown. |
title | string | Optional | Card title |
Example
- type: markdown
content: >
## Lovelace
Starting with Home Assistant 0.72, we're experimenting with a new way of defining your interface. We're calling it the **Lovelace UI**.
Support templating #55