You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a notebook containing a Markdown table like this:
first
second
$$x \in \mathcal{R} $$
👈 this one renders, but distorts the layout
$x \in \mathcal{R} $
👈 this one doesn't render
After building the docs with Sphinx, I get this:
I tried to add more text before & after the math to illustrate the problem with the $$ version, but it didn't work.
The error hints that the problem may arise from the RST intermediate representation (probably related to #36).
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| first | second
|
+=========================================================================================================================================================================================================================================================+=========================================================================================================================================================================================================================================================+
| not inline | 👈 this one renders, but distorts the layout
|
| |
|
| .. math:: x \in \mathcal{R} |
|
| |
|
| \ math |
|
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| inline $x :nbsphinx-math:`\in `:nbsphinx-math:`\mathcal{R}` $ math | 👈 this one doesn’t render
|
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
I have a notebook containing a Markdown table like this:
After building the docs with Sphinx, I get this:
I tried to add more text before & after the math to illustrate the problem with the $$ version, but it didn't work.
The error hints that the problem may arise from the RST intermediate representation (probably related to #36).
The text was updated successfully, but these errors were encountered: