home-assistant.io/source/_lovelace/markdown.markdown
Fabian Affolter 4c0d2624d7
Fix configuration descriptions (#5721)
* Fix configuration descriptions

* Fix syntax

* Minor changes

* Other fixes

* Update configuration description

* Check syntax

* Remove {% configuration %}
2018-07-09 22:28:48 +02:00

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