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
If term name contains mathematical formula, it may be rendered incorrectly on some browsers, even with MathJax enabled. See https://iev-staging.geolexica.org/concepts/103-08-14/.
As it is clearly visible on above picture, p symbol is way too small in Firefox.
p
Page source:
<header> <h2 class="section-title"> Concept <span class="term-name"><span class="q-open">“</span> <math><mi>p</mi></math>-fractile ”</span> </h2> </header>
DOM enriched with MathJax (in Firefox):
<h2 class="section-title"> Concept <span class="term-name"><span class="q-open">“</span> <mjx-container class="MathJax CtxtMenu_Attached_0" jax="CHTML" style="font-size: 50%; position: relative;" role="presentation" tabindex="0" ctxtmenu_counter="0"><mjx-math class="MJX-TEX" aria-hidden="true"><mjx-mi class="mjx-i"><mjx-c class="mjx-c1D45D TEX-I"></mjx-c></mjx-mi></mjx-math><mjx-assistive-mml role="presentation" unselectable="on" display="inline"><math xmlns="http://www.w3.org/1998/Math/MathML"><mi>p</mi></math></mjx-assistive-mml></mjx-container>-fractile ”</span> </h2>
The text was updated successfully, but these errors were encountered:
Wow. Maybe this should be reported to the MathJax people?
Sorry, something went wrong.
I'm not sure yet what actually happens. Sometimes it works good, sometimes does not. May be some race condition, not necessarily in their lib…
No branches or pull requests
If term name contains mathematical formula, it may be rendered incorrectly on some browsers, even with MathJax enabled. See https://iev-staging.geolexica.org/concepts/103-08-14/.
As it is clearly visible on above picture,
p
symbol is way too small in Firefox.Page source:
DOM enriched with MathJax (in Firefox):
The text was updated successfully, but these errors were encountered: