Skip to content

Commit

Permalink
Readme.md: Documentation for escape_html.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taitava authored Mar 19, 2023
1 parent 058732b commit e99b605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://www.w3schools.com/html/html_entities.asp">HTML entities</a> 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)

Expand Down

0 comments on commit e99b605

Please sign in to comment.