We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab4303 commit 5c8d0bdCopy full SHA for 5c8d0bd
jats2html/lib/convert.js
@@ -71,7 +71,7 @@ const img = (document) => {
71
}
72
73
const math = (document) => {
74
- document.querySelectorAll('disp-formula, inline-formula').forEach((math) => {
+ document.querySelectorAll('tex-math').forEach((math) => {
75
math.setAttribute('data-math-typeset', 'true');
76
});
77
0 commit comments