lynchjames / obsidian-mind-map

An Obsidian plugin for displaying markdown notes as mind maps using Markmap.
MIT License
1.05k stars 73 forks source link

Resizing preview tab makes mindmap graph very tiny. #104

Open kstephens opened 1 year ago

kstephens commented 1 year ago
image

Obsidian V 1.1.9.

Note: there's a very long green line at the bottom of the map.

The node content:

# Enhancing Mind map

## Links
- <https://github.com/MarkMindLtd/obsidian-enhancing-mindmap>
- [GitHub](https://github.com/MarkMindLtd/obsidian-enhancing-mindmap)

## Related
- [coc-markmap](https://github.com/gera2ld/coc-markmap)
- [gatsby-remark-markmap](https://github.com/gera2ld/gatsby-remark-markmap)

## Features
- links
- **inline** ~~text~~ *styles*
- multiline
   text
- `inline code`
- Katex - $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$
kstephens commented 1 year ago

Zoomed in:

image
kstephens commented 1 year ago

Removing the Katex ... line renders correctly. Perhaps there's some markdown that does not parse correctly.