1.. module:: markupsafe
2
3Working With Safe Text
4======================
5
6.. autofunction:: escape
7
8.. autoclass:: Markup
9    :members: escape, unescape, striptags
10
11
12Optional Values
13---------------
14
15.. autofunction:: escape_silent
16
17
18Convert an Object to a String
19-----------------------------
20
21.. autofunction:: soft_str
22