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 57124af commit 0e5c31eCopy full SHA for 0e5c31e
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