DylanHojnoski / obsidian-graphs

Plugin for Obsidian that renders interactive graphs from YAML.
GNU General Public License v3.0
27 stars 1 forks source link

Mathjax #14

Closed DylanHojnoski closed 5 months ago

DylanHojnoski commented 5 months ago

Add support for MathJax withing labels and text elements. Anything wrapped within two dollars signs $\\vec{v}$ will be rendered with MathJax. This means you can use LaTeX equations within the text. However, to use LaTeX you need two back slashes instead of one due to it being an escape character. You can also escape the dollar sign in MathJax like \$.