macteo / Marklight

Markdown syntax highlighter for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hidden syntax problem

danielmekis opened this issue · comments

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?