bmoliveira / MarkdownKit

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

Three ticks and new lines #99

Open mathist opened 3 years ago

mathist commented 3 years ago

Parsing new lines inside 3 ticks ( ``` ) is returning with a weird format. It'll show a tick at the beginning and the end, and the content will format as if I had only used one tick.