home-assistant.io/source/_lovelace/markdown.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

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 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**.