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
After the inline processing, there can be multiple text tokens in the token stream that can be coalesced.
Any multiple text tokens after inline processing should be combined.
For certain rules, it would be easier to write the rules if any text was contained within one token, instead of across multiple tokens.
The text was updated successfully, but these errors were encountered:
https://github.com/jackdewinter/pymarkdown/issues/1103
e473274
#1103 (#1104)
8a0c949
* #1103
Successfully merging a pull request may close this issue.
Prerequisites
Feature Request
Description
After the inline processing, there can be multiple text tokens in the token stream that can be coalesced.
Desired Behavior of Feature
Any multiple text tokens after inline processing should be combined.
What Are the Benefits of This Feature?
For certain rules, it would be easier to write the rules if any text was contained within one token, instead of across multiple tokens.
The text was updated successfully, but these errors were encountered: