Closed ndharari closed 1 year ago
@ndharari Uninstall the plugin and reinstall it from the Obsidian community plugins.
Go toSettings -> Community plugins -> Browse
, search forSheets Extended
, clickinstall
thenenable
. README
It will handle inline TeX properly.
I'm having this problem too.
I've found that inline math fail to render (or only partially) when using markdown's native tables, while they render fine when using the sheet
code block.
And I sometimes use the <br>
syntax to make the text within a table line breaks, and this will not work when using the sheet
code block.
I'm curious if there's a better way to accomplish this?
It will handle inline TeX properly.
I guess I was wrong. It renders correctly on the initial load (e.g. 'Reload app without saving'), but not immediately after subsequent renders (by editing, or opening in a new tab, etc.).
This seems to be because the TeX is converted into a MathJax element after the first render.
I made a pull request for this: #9
When using math in a table, the inline math does not get rendered.