Closed csxADS closed 2 years ago
Can you point me to the file where this issue occurs?
A: This occurs in methodo-table5-14
of reliability_prediction_during_project_life_cycle.md
The solution is to wrap the math expressions inside tables in the <span>
tags and assign the math
class to them:
Change:
\(g_{ij}\)
To:
<span class="math">\(g_{ij}\)</span>
Done commit 289d3b3b12cd46ea51c709142e8b845577d653a1
Using
hide the text after and putting it at the end don't solve the issue. See also #11.