chrisdhaan / CDMarkdownKit

An extensive Swift framework providing simple and customizable markdown parsing.
MIT License
254 stars 66 forks source link

Add possibility to use multiple \n in a row #26

Closed MatyashDen closed 2 years ago

MatyashDen commented 4 years ago

Thank you a lot for this library, i want to suggest small improvement that will be very helpful Right now i can't use multiple \n in a row, because library replacing all consecutive \n into one \n It can be solved adding bool flag in constructor which says if parser should replace \n or not

barMapprosing commented 3 years ago

We'll be glad to have this feature too! Please add it 👍

chrisdhaan commented 3 years ago

@MatyashDen @barMapprosing apologies for the super delayed response. I will get to this soon

chrisdhaan commented 2 years ago

@MatyashDen @barMapprosing addressed with PR #38 and available in version 2.3.0