dundalek / atom-markdown-mindmap

Visualize markdown files as mindmaps in Atom editor
Other
117 stars 31 forks source link

Enable mathjax #23

Open kindlychung opened 7 years ago

kindlychung commented 7 years ago

Here is an example

# Theorem
## Branch 1
### Step 1
#### $x^2 + y^2$
### Step 2
### Step 3
## Branch 2
### Step 1
### Step 2
### Step 3
## Branch 3
### Step 1
### Step 2
### Step 3

Rendered as:

Would be nice if the math formula is also rendered properly.

dundalek commented 7 years ago

Probably out of scope of this project. Maybe someone can create a plugin for this.

My suggestion is to write the theorem's name as a heading and then write the formula as a regular content.

kindlychung commented 7 years ago

I think such a plugin already exists: https://atom.io/packages/markdown-preview-enhanced

I don't know how to integrate that into markdown-mindmap. :)