-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
Description
Do to:
mkdocs-material/src/assets/stylesheets/base/_typeset.scss
Lines 124 to 127 in dc5d86d
// Overrides for 5th level headline | |
h5 { | |
text-transform: uppercase; | |
} |
all text is transformed to uppercase, thereby breaking the contract that themes should only control how things are displayed and not what is displayed (without choice).
Expected behavior
##### GitHub
renders a <h5>
with text GitHub
Actual behavior
##### GitHub
renders a <h5>
with text GITHUB
Steps to reproduce the bug
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6
Differentiation
We should differentiate between h4-h6
instead using either:
- underline or italics in addition to bold
- varying levels of bold
Or, add option to give each header an additional stacked underline
Package versions
- Python: 3.8
- MkDocs: 1.1
- Material: 5.0.0rc3
Project configuration
theme:
name: material
features:
- tabs
System information
- OS: Windows 10
- Browser: Chrome
Metadata
Metadata
Assignees
Labels
No labels