RyotaUshio / obsidian-latex-theorem-equation-referencer

A powerful indexing & referencing system for theorems & equations in your Obsidian vault.
https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/
MIT License
147 stars 6 forks source link

Pandoc-style block fence support #187

Open RyotaUshio opened 7 months ago

RyotaUshio commented 7 months ago

I found the Multi-Column Markdown plugin, and it supports pandoc-style div syntax.

::: {.columns id=ExampleRegion}

Text displayed in column 1.

--- end-column ---

Text displayed in column 2.
:::

I think it's very straightforward to implement in Live Preview, but what is amazing is it is also supported in Reading View. This is something that I have no idea about what's happening under the hood. I gotta learn this!!

Then I want to implement proof env using it; this way, we can avoid the unconventional begin/end proof syntax using inline codes as well as keeping equations inside proofs referenceable.

Also it will be possible to support theorem environments with this syntax!