From 7a569a34d57bb9a4d4bceef7a2879b36622a8121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20V=C3=B6r=C3=B6s?= <9920416+vorostamas@users.noreply.github.com> Date: Tue, 24 Nov 2020 09:24:57 +0100 Subject: [PATCH] Add example icon for markdown card (#15732) --- source/_lovelace/markdown.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_lovelace/markdown.markdown b/source/_lovelace/markdown.markdown index 2de258affc3..980bdde4471 100644 --- a/source/_lovelace/markdown.markdown +++ b/source/_lovelace/markdown.markdown @@ -99,4 +99,20 @@ content: | Hello, {{user}} ``` -{% endraw %} \ No newline at end of file +{% endraw %} + +## Icons + +You can also use [materialdesignicons.com]() icons in the `content` of the card. + +For example: + +{% raw %} + +```yaml +type: markdown +content: | + +``` + +{% endraw %}