-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
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
glossary: no tooltip when there's break lines in <abbr> tags #518
Comments
What do you think @algomaster99? Thanks |
@jorgeorpinel |
Not when there's a space in the term like the example I pasted in the description of this issue, above. Another one: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
you can do something like:
|
It's either that or making |
For example the lines
won't produce a glossary tooltip. But they should.
If we require
<abbr>
terms to be in a single line, then maybe the automatic linter (pretty-quick
) that runs on a Git pre-commit hook should enforce that format, like it enforcesquoted text
to be in a single line?The text was updated successfully, but these errors were encountered: