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
It now break in the middle of things like
:term:`some word`
which doesn't work...
The text was updated successfully, but these errors were encountered:
Hm, newlines in terms (or any interpreted text) seem to work for me.
interpreted text
.. glossary:: foo bar Definition for foo bar :term:`foo bar`
Can you be more specific?
Sorry, something went wrong.
foo bar foo bar foo bar foo bar foo :term:`two-words` :term:`two-words` :term:`two-words`
becomes
foo bar foo bar foo bar foo bar foo :term:`two-words` :term:`two-words` :term :`two-words`
And
foo bar foo bar foo bar foo bar :term:`two-words` :term:`two-words` :term:`two-words`
foo bar foo bar foo bar foo bar :term:`two-words` :term:`two-words` :term:`two- words`
I know, the dashes fuck it up... But both results break rst.
No branches or pull requests
It now break in the middle of things like
which doesn't work...
The text was updated successfully, but these errors were encountered: