We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7c73 commit 54a7adeCopy full SHA for 54a7ade
1 file changed
templates/formatter-examples.md.ejs
@@ -66,7 +66,7 @@ Example output:
66
67
<% if (formatterName !== "html") { -%>
68
```text
69
-<%= formatterResults[formatterName].result %>
+<%- formatterResults[formatterName].result %>
70
```
71
<% } else {-%>
72
<iframe src="html-formatter-example.html" width="100%" height="460px"></iframe>
0 commit comments