This repository was archived by the owner on May 13, 2024. It is now read-only.

Description
Firstly, a huge thanks for creating this plugin.
The only bug I've run into so far is that formulas inside markdown tables are not parsed.
e.g. this doesn't work:
| key | formula | notes |
|-----|---------|-------|
| node_density | $$\sum_{j\neq{i}} w_{j}$$ | The default $w=1$ reduces...