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
If the markdown contains the following text for instance:
- default: some content
the content of the line starting from default: gets removed during the generation process, leaving an empty list item element.
default:
Putting a space or anything between default and the colon doesn't trigger the issue
default
I didn't test all the possible use cases.
This bug seems similar to #73 to me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the markdown contains the following text for instance:
- default: some content
the content of the line starting from
default:
gets removed during the generation process, leaving an empty list item element.Putting a space or anything between
default
and the colon doesn't trigger the issueI didn't test all the possible use cases.
This bug seems similar to #73 to me.
The text was updated successfully, but these errors were encountered: