aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8095b5a..739b94a 100644
--- a/README.md
+++ b/README.md
@@ -256,10 +256,6 @@ In addition, the following [helpers](https://handlebarsjs.com/guide/expressions.
- `(not Boolean) => Boolean`: Boolean NOT gate.
-- `(html_escape String) => String`: Escape HTML special characters from the input string, replacing them with HTML entities in the output. For use in standard markdown.
-
-- `(html_attr_escape String) => String`: Escape HTML special characters, as well as quotation marks, in the input, replacing them with HTML entities and escaped quotes in the output. For use in HTML tag attributes.
-
- `(uri_encode String) => String`: URI-encode input text, making the output suitable to be included as part of a link or other URL.
# Contributing