macteo / Marklight

Markdown syntax highlighter for iOS
Other
638 stars 44 forks source link

Hidden syntax problem #21

Open danielmekis opened 6 years ago

danielmekis commented 6 years ago

When I set textStorage.marklightTextProcessor.hideSyntax = true, then the "\n" character's font size will be also 0.1! It loos like you start a new line but when markdown is active then it "delete" the line..

Is there any way to not change \n character's font size?