mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 16:56:50 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
846 B
846 B
title, sidebar_label, description
title | sidebar_label | description |
---|---|---|
Markdown Card | Markdown | Markdown card is used to render markdown |
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 %}
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**.