dundalek / markmap

Visualize markdown documents as mindmaps
MIT License
1.7k stars 175 forks source link

it only support 10 levels #44

Open mnlin0905 opened 3 years ago

mnlin0905 commented 3 years ago

When I try to load more than 10 levels of structure, like

* 1
  * 2
    * 3
      * 4
        * 5
          * 6
            * 7
              * 8
                * 9
                  * 10
                    * 11

It can't draw the required graph correctly

image

Without "11"

So, what should I do?

mnlin0905 commented 3 years ago

@dundalek https://github.com/gera2ld/markmap/issues/47 Here you have a hard look: are these two problems similar?