Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level 2 skipped, when converting #32

Open
JasperChecksum opened this issue Jan 18, 2021 · 2 comments
Open

Level 2 skipped, when converting #32

JasperChecksum opened this issue Jan 18, 2021 · 2 comments

Comments

@JasperChecksum
Copy link

JasperChecksum commented Jan 18, 2021

When I convert this, the result skips level 2.

grafik

grafik

I this intended (left/right node concept) or an issue?

@b0g3r
Copy link
Owner

b0g3r commented Jan 18, 2021

It looks like an issue. I reproduced with

@startmindmap
* first
** second
*** third
**** fourth
@endmindmap

Also, I think the problem somewhere around .mm converter, because .yaml generated correctly:

text: first
link: null
style: bubble
color: null
right:
  text: second
  link: null
  style: bubble
  color: null
  children:
  - text: third
    link: null
    style: bubble
    color: null
    children:
    - text: fourth
      link: null
      style: bubble
      color: null
      children: []
left: null

@b0g3r
Copy link
Owner

b0g3r commented Jan 18, 2021

I will check in a week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants