mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00

* Fix configuration descriptions * Fix syntax * Minor changes * Other fixes * Update configuration description * Check syntax * Remove {% configuration %}
975 B
975 B
layout, title, sidebar_label, description, date, sidebar, comments, sharing, footer
layout | title | sidebar_label | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|---|
page | Markdown Card | Markdown | Markdown card is used to render markdown | 2018-07-01 10:28 +00:00 | true | false | true | true |
Markdown card is used to render markdown.
Screenshot of the markdown card.
{% configuration %} type: required: true description: markdown type: string content: required: true description: "Content to render as markdown." type: string title: required: false description: The card title. type: string default: none {% endconfiguration %}
{% linkable_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**.