Skip to main content

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

lektor_strip_html_tags-0.3-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file lektor_strip_html_tags-0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for lektor_strip_html_tags-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 868f21f4890f079383c4cc047844690cddf9e85711938a90b346079f45fa290b
MD5 d14bb74316d51b52468230f132ee88a9
BLAKE2b-256 ec9b30d1c5c222e45af209f260381c3ba41fdfc389bac06aefd45c36ce06fbd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page