Enable ha-icons in markdown card (#3458)

* Allow ha-icon in markdown

* Please the linter

* Remove allowSvg

* Remove lasts allow-svgs
This commit is contained in:
Thomas Lovén
2019-08-07 23:35:17 +02:00
committed by Paulus Schoutsen
parent f3729759b7
commit dc2ee2e63f
7 changed files with 12 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ class StepFlowForm extends LitElement {
: ""}
${description
? html`
<ha-markdown .content=${description} allow-svg></ha-markdown>
<ha-markdown .content=${description}></ha-markdown>
`
: ""}
<ha-form