bmoliveira / MarkdownKit

A simple and customizable Markdown Parser for Swift
MIT License
783 stars 136 forks source link

Fix and test bold, italic, strikethrough combinations #89

Closed gaebel closed 3 years ago

gaebel commented 3 years ago

This fixes #73 and also issues with bold and italic combinations.

I've decided to write unit tests for all the possible combinations.

benjohnde commented 3 years ago

LGTM @gaebel!