mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
commit
2f3d8f2255
@ -10,7 +10,6 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### Markdown
|
|
||||||
Markdown card is used to render [markdown](http://commonmark.org/help/)
|
Markdown card is used to render [markdown](http://commonmark.org/help/)
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
@ -18,15 +17,25 @@ Markdown card is used to render [markdown](http://commonmark.org/help/)
|
|||||||
Screenshot of the markdown card.
|
Screenshot of the markdown card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Options**
|
{% linkable_title Options %}
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
{% configuration %}
|
||||||
| ---- | ---- | ------- | -----------
|
type:
|
||||||
| type | string | **Required** | `markdown`
|
required: true
|
||||||
| content | string | **Required** | Content to render as [markdown](http://commonmark.org/help/).
|
description: markdown
|
||||||
| title | string | Optional | Card title
|
type: string
|
||||||
|
content:
|
||||||
|
required: true
|
||||||
|
description: Content to render as [markdown](http://commonmark.org/help/).
|
||||||
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Card title
|
||||||
|
type: string
|
||||||
|
default: none
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
**Example**
|
{% linkable_title Example %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user