Fix ha-icon example in Markdown card documentation (#22168)

This commit is contained in:
nullstalgia 2022-03-27 07:54:56 -07:00 committed by GitHub
parent fdfd78c1d9
commit 7251b080f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ For example:
```yaml ```yaml
type: markdown type: markdown
content: | content: |
<ha-icon icon="mdi:home-assistant" /> <ha-icon icon="mdi:home-assistant"></ha-icon>
``` ```
{% endraw %} {% endraw %}