Skip to content

Commit 54a7ade

Browse files
authored
docs: do not escape code blocks of formatters examples (#16719)
1 parent 52c7c73 commit 54a7ade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/formatter-examples.md.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Example output:
6666
6767
<% if (formatterName !== "html") { -%>
6868
```text
69-
<%= formatterResults[formatterName].result %>
69+
<%- formatterResults[formatterName].result %>
7070
```
7171
<% } else {-%>
7272
<iframe src="html-formatter-example.html" width="100%" height="460px"></iframe>

0 commit comments

Comments
 (0)