Skip to content

Commit 0e5c31e

Browse files
committed
fix: do not escape text code
1 parent 57124af commit 0e5c31e

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)