-
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
The issue got fixed long time ago but it's happening again. It affects both block & inline code elements.
Expected behaviour
Have monospaced fonts rendered without ligatures like on github:
<region>-realtime
| Druid datasource |
|---|
<region>-realtime |
Actual behaviour
Ligatures are being rendered:
Steps to reproduce
- Using JetBrains Mono for code elements.
- Input any pair of characters like
->or-<ligature in a block of code or inline.
Package versions
- Python:
python --version: 3.9.13 - MkDocs:
mkdocs --version: 1.3.1 - Material:
pip show mkdocs-material | grep -E ^Version: 8.5.2
Configuration
site_name: "EA"
site_url: null
repo_name: null
repo_url: null
edit_uri: null
theme:
name: material
# Colors
palette:
- scheme: default
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
primary: indigo
accent: blue
- scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
primary: brown
accent: orange
# Fonts
font:
text: Roboto
code: JetBrains Mono
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- toc.integrateSystem information
- Operating system: Linux/Ubuntu
- Browser: Firefox
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
