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

allow spaces in inline URLs #174

Merged
merged 2 commits into from
Aug 2, 2013
Merged

allow spaces in inline URLs #174

merged 2 commits into from
Aug 2, 2013

Conversation

minrk
Copy link
Contributor

@minrk minrk commented Jun 17, 2013

adjusts the link pattern to allow

[some text](some/url with space/)

to convert to

<a href="some/url with space/">some text</a>

where previously the link expression would not match,
and you would just get

[some text](some/url with space/)

echoed back at you.

chjj added a commit that referenced this pull request Aug 2, 2013
allow spaces in inline URLs
@chjj chjj merged commit 321490b into markedjs:master Aug 2, 2013
ghost pushed a commit to zergeborg/marked that referenced this pull request May 13, 2016
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

Successfully merging this pull request may close these issues.

2 participants