Skip to content
New issue

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

Break markdown links better #27

Open
gfontenot opened this issue May 6, 2016 · 1 comment
Open

Break markdown links better #27

gfontenot opened this issue May 6, 2016 · 1 comment

Comments

@gfontenot
Copy link
Owner

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.

@tonyd256
Copy link

tonyd256 commented May 6, 2016

I personally prefer the look of not breaking on markdown links at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants