Skip to content

Commit

Permalink
Revert "fix: do not escape text code"
Browse files Browse the repository at this point in the history
This reverts commit 0e5c31e.
  • Loading branch information
chenxsan committed Dec 28, 2022
1 parent 0e5c31e commit 5747683
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 5747683

Please sign in to comment.