Haring
Haring copied to clipboard
Haring Markdown Kit for Swift
No source changes were required so this should be backwards compatible with Swift 4!
strikethrough is not supported using custom Elements . Can anyone guide me to achieve this ?
Setting the colour attribute for Link/Code doesn't work: To recreate just add the following code to example project in `Exemple2ViewController`: `markdownParser.link.color = UIColor.red` `markdownParser.code.color = UIColor.red`
The project from which this one is derived only had one maintainer, who then apparently abandoned it. To protect this project from the same fate, I'd like to have at...
Adds Swift 4.2 Support
For example: If I'm trying to write this: > `*`bold`*` For my instruction, but Haring handles this string as >`*`bold\`*\` So it ignores second comment block. To clarify, Haring ignores...
If you have text like "#hashtag\\n# Header", both will be treated as a header. Since there's no space after the # in #hashtag, it shouldn't be processed into a header....
Hi, First of all, thanks for keeping MarkdownKit alive with this project. I'm almost finished making my first app and I'm using Haring for the About section. Unfortunately, I haven't...