Skip to content

Commit 3253d93

Browse files
authored
Added statement for no JS support in HTML block (#40331)
1 parent ba23115 commit 3253d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_dashboards/markdown.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Markdown card is used to render [Markdown](https://commonmark.org/help/).
1717
Screenshot of the Markdown card.
1818
</p>
1919

20-
The renderer uses [Marked.js](https://marked.js.org), which supports [several specifications of Markdown](https://marked.js.org/#specifications), including CommonMark, GitHub Flavored Markdown (GFM) and `markdown.pl`.
20+
The renderer uses [Marked.js](https://marked.js.org), which supports [several specifications of Markdown](https://marked.js.org/#specifications), including CommonMark, GitHub Flavored Markdown (GFM) and `markdown.pl`. JavaScript in HTML blocks is not supported.
2121

2222
{% include dashboard/edit_dashboard.md %}
2323

0 commit comments

Comments
 (0)