We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I convert this, the result skips level 2.
I this intended (left/right node concept) or an issue?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I will check in a week
No branches or pull requests
When I convert this, the result skips level 2.
I this intended (left/right node concept) or an issue?
The text was updated successfully, but these errors were encountered: