Strip HTML tags, effectively turning HTML into plain text.
Project description
lektor-strip-html-tags
This is a simple Lektor plugin that creates a template filter to remove HTML tags from a string. The use it was created for was to do processing on HTML outputted from a Markdown content field. The Markdown is rendered into HTML, and this filter can turn that into simple text, which was then passed to the lektor-natural-language filters to get keywords, unsullied by things like <div>
tags.
Example usage:
{{ this.body|striphtmltags }}
{% set var = '<p><strong>Hello</strong>World!</p>' %}
{{ var|striphtmltags }}
The last example will render as "Hello World!"
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for lektor_strip_html_tags-0.3.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed0a2e73b29cb3d7e05b8e5e636320bc232604eb1b1251bedc340663484cea02 |
|
MD5 | 410b47637c8a5523dece7f5d40d3ef6f |
|
BLAKE2b-256 | a87c2b7a80e5e9b817277d49dad9f2d67a4fd4956ffaee041ee544560939fa3d |