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
Required by #2319.
<math style="vertical-align:+0%;">...</math>
As of now, our regexp won't match this code:
ebook-reader-dict/wikidict/utils.py
Line 505 in 6be5847
I think we could do a first pass in clean() to remove all attributes: <math style="vertical-align:+0%;">...</math> -> <math>...</math>
clean()
<math>...</math>
The text was updated successfully, but these errors were encountered:
20add13
[EN] Update SVG cache
c20e173
Related to #2321.
BoboTiG
No branches or pull requests
Required by #2319.
<math style="vertical-align:+0%;">...</math>
As of now, our regexp won't match this code:
ebook-reader-dict/wikidict/utils.py
Line 505 in 6be5847
I think we could do a first pass in
clean()
to remove all attributes:<math style="vertical-align:+0%;">...</math>
-><math>...</math>
The text was updated successfully, but these errors were encountered: