What I’m trying to do
I am trying to export a table include math formula part in PDF format. The table is like the following structure
| | Col 1 | Col 2 |
| ----- | ----------- | ----------- |
| Row 1 | $math-part$ | $math-part$ |
| Row 2 | c | d |
In Obsidian Reading Viewer, it can be rendering well, however, the ‘math-part’ cannot be seen in exported pdf.
Things I have tried
I have tried to use some third party plugin like ‘Pandoc’ or ‘Advanced export’, but it still does not work.
