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)