-
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
- [x ] I've read the contribution guidelines and agree with them
I've found a bug and checked that ...
- [x ] ... the problem doesn't occur with the default MkDocs template
- [ x] ... the problem is not in any of my customizations (CSS, JS, template)
- [ x] ... the documentation does not mention anything about my problem
- [ x] ... there are no open or closed issues that are related to my problem
Description
Comments that are not annotations are counted as one, so the next annotation ID is wrong.
For example, for:
PHONE_ACCELEROMETER: # (1)
ANOTHER: 1 # not an annotation
CONTAINER: accelerometer # (2)Expected behavior
PHONE_ACCELEROMETER: (1)
ANOTHER: 1 # not an annotation
CONTAINER: accelerometer (2)Actual behavior
PHONE_ACCELEROMETER: (1)
ANOTHER: 1 # not an annotation
CONTAINER: accelerometer (3)Steps to reproduce the bug
- ...
- ...
- ...
Package versions
- Python:
python --version3.7.9 - MkDocs:
mkdocs --version1.1.2 - Material:
pip show mkdocs-material | grep -E ^VersionVersion: 7.0.6+insiders.2.3.1
Project configuration
The contents of your mkdocs.ymlSystem information
- OS: Mac
- Browser: Firefox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open