M2mobi / Marky-Mark

Markdown parser for iOS
MIT License
301 stars 66 forks source link

Unable to render data corectly when I add "-" in the data #112

Open pradipwalghude opened 3 years ago

pradipwalghude commented 3 years ago

Unable to render data corectly when I add "-" in the data

jvanzummeren commented 3 years ago

Unable to render data corectly when I add "-" in the data

Hi pradipwalghude,

Please use the issue template be more specific in what you are trying to achieve and what you would expect to happen.

Regards,

Jim

pradipwalghude commented 3 years ago

Below text is not render correctly on UI:-

"content":"\n- The Delta value in the QTD Payout KPI indicates the difference between current quarter .The information in this report is confidential and for Compellium use only. \n - The information in this report is confidential and for Compellium use only. This report is not for duplication or distribution.",

I want to display bullets points using "-" but it's unable to calculate label height as per content. Do you have any solution to display bullets points ? We are using MarkDownTextView class for textView.

Thanks in advance.

pradipwalghude commented 3 years ago

@jvanzummeren Do you have any update on above issue?