SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.63k stars 269 forks source link

Line break results in a huge space #91

Open JeremPlln opened 4 years ago

JeremPlln commented 4 years ago

Hello guys,

this might not be a bug but I can't find a topic about it. Having a line break results in a huge space in my app.

I have this input:

bullet points > with * at the beginning

bold > **example** or __example__ 

italic > _example_ or *example* 

link > [link name](https://www.google.com/)

and this is what I get: Image d’iOS

Am I doing something wrong?

kaitoshadow commented 2 years ago

Same issue :(