I need to generate tons of menu trees like this. Drawing manually in Photoshop is VERY boring.
I found this tool https://markmap.js.org/repl Which almost completely meets my needs. No additional code for markup except markdown.
But I need a little rework this tool, so this code renders into the picture above.
# Main header
## Subheader
- Simple item
- Hello
- One more
- Complex iitem
- sub item
- one more
- Lol
- kek
- cheburek
- third
## Item 2
- Some item
- Easy item
- Much more
- sub item
- one more
- Lol
- kek
- cheburek
- third
## Item 3
- links
- **inline** ~~text~~ *styles*
- multiline
text
- `inline code`
-
```js
console.log('code block');
// Multiline code
Hello
```
- MathJax - `\(x = {-b \pm \sqrt{b^2-4ac} \over 2a}\)`
One more line in one item
Please help with this task, if you can.
UPD:
First PoC made by @horcicaa https://github.com/Flipper-Zero/flipper-menu-generator