ℹ Please fill out this template when filing an issue.
All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
Per our *CONTRIBUTING guidelines, we use GitHub for
bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag cdmarkdownkit.
Please remove this line and everything above it before submitting.
What did you do?
Tried to parse links
What did you expect to happen?
I expect [Link](somelink.com) to render as Link with whatever styling i set
What happened instead?
The styling is not applied. Also if the link is the only thing being parsed it is not recognised as a link as the regex expects it to be prefixed with some character.
CDMarkdownKit Environment
CDMarkdownKit version: 1.2.1
Xcode version: 10.2
Swift version: 4.2
Platform(s) running CDMarkdownKit: iOS 12.1 iPhone XS
macOS version running Xcode: 10.14.3, macOS Mojave
What did you do?
Tried to parse links
What did you expect to happen?
I expect
[Link](somelink.com)to render as Link with whatever styling i setWhat happened instead?
The styling is not applied. Also if the link is the only thing being parsed it is not recognised as a link as the regex expects it to be prefixed with some character.
CDMarkdownKit Environment
CDMarkdownKit version: 1.2.1
Xcode version: 10.2
Swift version: 4.2
Platform(s) running CDMarkdownKit: iOS 12.1 iPhone XS
macOS version running Xcode: 10.14.3, macOS Mojave