HTML
Edit on GitHub
- show_media
-
Convert the image markers in HTML from the Rich Text editor into image tags.
- striptags
-
Removes all HTML tags from the value.
- truncate_html
-
Truncate a HTML text to a maximum length.
- sanitize_html
-
Sanitize a HTML code. Removes elements and attributes that might be dangerous, like <script> elements.
- sanitize_url
-
Sanitize an URL. Removes URLs that might be dangerous, like javascript: URLs.
- urlize
-
Find urls in the given input and make them clickable.
- embedded_media
-
Fetch media ids that are embedded in the body , body_extra
and text blocks of your page.
- without_embedded_media
-
Filter out media ids that are embedded in the body , body_extra
and text blocks of your page.
Forms
Filters
Lists