From e99b6056f41728a7b0f9059eb39a66f13cc390a8 Mon Sep 17 00:00:00 2001 From: Jarkko Linnanvirta Date: Sun, 19 Mar 2023 08:18:12 +0200 Subject: [PATCH] Readme.md: Documentation for escape_html. --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 23f39fa..e739b67 100644 --- a/Readme.md +++ b/Readme.md @@ -120,6 +120,11 @@ See the examples directory for a complete CSS theme for these classes. ## Properties +#### escape_html +(default: true) + +By default, HTML's reserved characters `& < > " '` are replaced with HTML entities to make them appear as literal characters in your application, rather than being interpreted as HTML structure. If you prefer keeping HTML's reserved characters untouched, you can set this to false. + #### use_classes (default: false)