We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro markdown file:
[foo][] `bar`5
"mkdocstrings/references.py", line 84, in _replace_id_with_value return self._store[int(match.group(1))] IndexError: list index out of range
Root cause:
https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L90 https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L53 https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L81
The text was updated successfully, but these errors were encountered:
Fix error when a digit immediately follows a code tag
e6fba56
Fixes mkdocstrings#169
fix: Error when a digit immediately follows a code tag
3ace124
fix: Fix error when a digit immediately follows a code tag
9b92341
Fixes #169. PR #175. Co-authored-by: Timothée Mazzucotelli <pawamoy@pm.me>
Successfully merging a pull request may close this issue.
Repro markdown file:
Root cause:
https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L90 https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L53 https://github.com/pawamoy/mkdocstrings/blob/9815d5a7ecc497085a61e3486f16c01e080cb46b/src/mkdocstrings/references.py#L81
The text was updated successfully, but these errors were encountered: