From 54a7ade5d8e6f59554afeb9202ba6143f8afdf57 Mon Sep 17 00:00:00 2001 From: Sam Chen Date: Wed, 28 Dec 2022 21:35:27 +0800 Subject: [PATCH] docs: do not escape code blocks of formatters examples (#16719) --- templates/formatter-examples.md.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/formatter-examples.md.ejs b/templates/formatter-examples.md.ejs index fb023798a67..8bd8bfb2b64 100644 --- a/templates/formatter-examples.md.ejs +++ b/templates/formatter-examples.md.ejs @@ -66,7 +66,7 @@ Example output: <% if (formatterName !== "html") { -%> ```text -<%= formatterResults[formatterName].result %> +<%- formatterResults[formatterName].result %> ``` <% } else {-%>