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
Given a glossary with a term
glossary.md
# Glossary ## Term ...a term
and a term-occurrence in a section with a headline containing a code-span
document.md
## `FooClass` Term
Then when generating an index file with option generateFiles.indexFile the term produces an untitled index link reference
generateFiles.indexFile
book-index.md
## Term [][9] [9]: ./glossary.md#term ... a term
which causes an error output by remark-stringify.
remark-stringify
The text was updated successfully, but these errors were encountered:
fix: Headings with codespans cause error output (#75)
9b6e448
dfa42d4
* fix: Headings with codespans cause error output (#75) * test: Added test case. * test: New baseline. Authored-by: about-code <[email protected]>
Successfully merging a pull request may close this issue.
Given a glossary with a term
glossary.md
and a term-occurrence in a section with a headline containing a code-span
document.md
## `FooClass` Term
Then when generating an index file with option
generateFiles.indexFile
the term produces an untitled index link referencebook-index.md
which causes an error output by
remark-stringify
.The text was updated successfully, but these errors were encountered: