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
the following markdown is not parsed correctly by Document.parseLines.
the nodes1 should be a strong element and its children are 'aa' text and em element 'bb', but it's not. please have a look at the screenshot.
nodes1
the nodes2 also has the problem.
nodes2
final nodes1=doc.parseLines(r'** aa _bb_**'.split("\n")); final nodes2=doc.parseLines(r'_ aa **bb**_'.split("\n"));
when debugging, I got the following nodes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the following markdown is not parsed correctly by Document.parseLines.
the
nodes1
should be a strong element and its children are 'aa' text and em element 'bb', but it's not. please have a look at the screenshot.the
nodes2
also has the problem.when debugging, I got the following nodes.
The text was updated successfully, but these errors were encountered: