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
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"
The text was updated successfully, but these errors were encountered:
Any idea how to fix this?
Sorry, something went wrong.
Any merge soon?
Will this be merged soon?
I've sent in a pull request #24 to fix this by updating the markdown grammar
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: