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
why this method return null, is useless? and HardLineBreakSyntax, SoftLineBreakSyntax
None of these methods seem to work!how to use it?
The text was updated successfully, but these errors were encountered:
It is used to move the reading position forward and skip blank lines, the same to SoftLineBreakSyntax. HardLineBreakSyntax has its job to do.
SoftLineBreakSyntax
HardLineBreakSyntax
Please refer to these references regarding blank lines, soft line breaks, and hard line breaks. https://spec.commonmark.org/0.30/#blank-lines https://spec.commonmark.org/0.30/#hard-line-breaks https://spec.commonmark.org/0.30/#soft-line-breaks
Sorry, something went wrong.
No branches or pull requests
why this method return null, is useless? and HardLineBreakSyntax, SoftLineBreakSyntax
None of these methods seem to work!how to use it?
The text was updated successfully, but these errors were encountered: