We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c524c56 commit 3f68deeCopy full SHA for 3f68dee
pandas/io/formats/style_render.py
@@ -366,7 +366,6 @@ def _translate(
366
if not get_option("styler.html.mathjax"):
367
table_attr = table_attr or ""
368
if 'class="' in table_attr:
369
- table_attr = table_attr.replace('class="', 'class="tex2jax_ignore ')
370
table_attr = table_attr.replace(
371
'class="', 'class="tex2jax_ignore mathjax_ignore '
372
)
0 commit comments