-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Contribution guidelines
- I've read the contribution guidelines and wholeheartedly agree
I've found a bug and checked that ...
- ... the problem doesn't occur with the
mkdocsorreadthedocsthemes - ... the problem persists when all overrides are removed, i.e.
custom_dir,extra_javascriptandextra_css - ... the documentation does not mention anything about my problem
- ... there are no open or closed issues that are related to my problem
Description
When using the search, utf-8 special characters are not displayed correctly.
This only happens in the display of the different search responses.
I don't have this feature with RTD
For exemple a search for "Source & Destination"
This happens for all utf8 encoded characters.
Example of a text with the problem:
### Source & Destination
{ align=right }
Elles peuvent etre dans plusieurs formats:
* IP
* Subnet/masque
* Range IP: IP1-IP2
* FQDN
* Objects depuis un firewall
Expected behaviour
The quick search displays "Source & Destination".
Actual behaviour
Steps to reproduce
- Create page with some utf8 text: ' &
- search for this text
Package versions
- Python:
python --version3.6.9 - MkDocs:
mkdocs --version1.2.2 - Material:
pip show mkdocs-material | grep -E ^VersionVersion: 7.2.0
Configuration
site_name: Documentation Tufin
site_url: ****
theme:
name: material
features:
- navigation.top
- navigation.tabs
- search.highlight
- search.suggest
- search.share
plugins:
- search
language: fr
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- attr_list
- admonitionSystem information
- Operating system: W10
- Browser: Chrome and Firefox
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
