Skip to content

Commit

Permalink
docs: do not escape code blocks of formatters examples (#16719)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Dec 28, 2022
1 parent 52c7c73 commit 54a7ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/formatter-examples.md.ejs
Expand Up @@ -66,7 +66,7 @@ Example output:
<% if (formatterName !== "html") { -%>
```text
<%= formatterResults[formatterName].result %>
<%- formatterResults[formatterName].result %>
```
<% } else {-%>
<iframe src="html-formatter-example.html" width="100%" height="460px"></iframe>
Expand Down

0 comments on commit 54a7ade

Please sign in to comment.