--- name: Bug about: Report a bug title: '' assignees: '' --- - [ ] I've read the [contribution guidelines][1] and agree with them __I've found a bug and checked that ...__ - [ ] ... the problem doesn't occur with the default MkDocs template - [ ] ... the problem is not in any of my customizations (CSS, JS, template) - [ ] ... the documentation does not mention anything about my problem - [ ] ... there are no open or closed issues that are related to my problem ## Description ### Expected behavior ### Actual behavior ### Steps to reproduce the bug 1. ... 2. ... 3. ... ### Package versions * Python: `python --version` * MkDocs: `mkdocs --version` * Material: `pip show mkdocs-material | grep -E ^Version` ### Project configuration ``` yaml The contents of your mkdocs.yml ``` ### System information * OS: ... * Browser: ... [1]: https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md