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

Multiple links support breaks the parsing #14

Open
dzenbot opened this issue Nov 28, 2013 · 4 comments
Open

Multiple links support breaks the parsing #14

dzenbot opened this issue Nov 28, 2013 · 4 comments

Comments

@dzenbot
Copy link

dzenbot commented Nov 28, 2013

When adding more than one URL link the parser breaks.

By trying to parse the following string:
@"User Profile | User Following | User Followers"

The result mutableString is:
@"User Profile"

Instead of:
@"User Profile | User Following | User Follower"

image

@dzenbot
Copy link
Author

dzenbot commented Dec 4, 2013

Any idea how to fix this?

@dzenbot
Copy link
Author

dzenbot commented Dec 27, 2013

Any merge soon?

@honcheng
Copy link
Contributor

Will this be merged soon?

@honcheng
Copy link
Contributor

I've sent in a pull request #24 to fix this by updating the markdown grammar

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