--- layout: page title: "Markdown Card" sidebar_label: Markdown description: "Markdown card is used to render markdown" date: 2018-07-01 10:28 +00:00 sidebar: true comments: false sharing: true footer: true --- Markdown card is used to render [markdown](http://commonmark.org/help/).

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](http://commonmark.org/help/)." type: string title: required: false description: The card title. type: string default: none {% endconfiguration %} ## {% linkable_title Example %} ```yaml - 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**. ```