mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Render automation description as Markdown (#13975)
This commit is contained in:
parent
c12189b27f
commit
ed8b07b7e2
@ -81,7 +81,11 @@ export class HaManualAutomationEditor extends LitElement {
|
||||
`
|
||||
: ""}
|
||||
${this.config.description
|
||||
? html`<p class="description">${this.config.description}</p>`
|
||||
? html`<ha-markdown
|
||||
class="description"
|
||||
breaks
|
||||
.content=${this.config.description}
|
||||
></ha-markdown>`
|
||||
: ""}
|
||||
<div class="header">
|
||||
<h2 id="triggers-heading" class="name">
|
||||
|
Loading…
x
Reference in New Issue
Block a user