mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
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:
committed by
Paulus Schoutsen
parent
f3729759b7
commit
dc2ee2e63f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user