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
Right now, since we're breaking on word boundaries (spaces), you will frequently run into text that's rendered like this:
* [This is the link text](http://example.com)
This is gross, and it'd be nicer if we could break on ( instead:
(
* [This is the link text] (http://example.com)
Another alternative might be to not break on markdown links at all, and just leave them all as one line.
The text was updated successfully, but these errors were encountered:
I personally prefer the look of not breaking on markdown links at all.
Sorry, something went wrong.
No branches or pull requests
Right now, since we're breaking on word boundaries (spaces), you will frequently run into text that's rendered like this:
This is gross, and it'd be nicer if we could break on
(
instead:Another alternative might be to not break on markdown links at all, and just leave them all as one line.
The text was updated successfully, but these errors were encountered: