Skip to content

Commit

Permalink
Update _analyzers/character-filters/html-character-filter.md
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Vagi <[email protected]>
  • Loading branch information
vagimeli authored Oct 8, 2024
1 parent 53e430f commit f2b4dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _analyzers/character-filters/html-character-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Character filters
nav_order: 100
---

# HTML strip character filter
# `html_strip` character filter

Check failure on line 8 in _analyzers/character-filters/html-character-filter.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.HeadingCapitalization] 'character filter' is a heading and should be in sentence case. Raw Output: {"message": "[OpenSearch.HeadingCapitalization] 'character filter' is a heading and should be in sentence case.", "location": {"path": "_analyzers/character-filters/html-character-filter.md", "range": {"start": {"line": 8, "column": 16}}}, "severity": "ERROR"}
The `html_strip` character filter removes HTML elements from the input text, and generating the visible text with the tags rendered.

The `html_strip` character filter identifies and removes all HTML tags, such as `<div>`, `<p>`, and `<a>`, from the input text. The filter can also be configured to preserve certain tags or decode specific HTML entities like `&nbsp;` into spaces.
Expand Down

0 comments on commit f2b4dd7

Please sign in to comment.