yydcdut / RxMarkdown

:fax:Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
749 stars 92 forks source link

Rendering of **Text** #6

Closed DBetta closed 7 years ago

DBetta commented 8 years ago

The Library is really working well and appreciate its responsiveness compared to other MarkDown renders I've interacted with. But, I have encountered problem while rendering bold text of the form Text

yydcdut commented 8 years ago

eh, can you tell me a little more?

DBetta commented 8 years ago

I have tried to parse this text but renders as it is in android textview.

**To all gentlemen**. The **hike** is coming up **this Saturday**

DBetta commented 8 years ago

Hi. I've u figured the problem?

yydcdut commented 8 years ago

I see that it's correct in RxTextView, but something wrong with RxEditText

DBetta commented 8 years ago

There some instances when it does not render correctly.

On Sun, 16 Oct 2016 at 10:43 yydcdut notifications@github.com wrote:

I see that it's correct in RxTextView, but something wrong with RxEditText

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yydcdut/RxMarkdown/issues/6#issuecomment-254032610, or mute the thread https://github.com/notifications/unsubscribe-auth/AHOs6-UyzfJk_2iHxk0lig4Yx7R_hRHyks5q0dWpgaJpZM4KOgRo .

DBetta commented 8 years ago

If you can help out the better am working on a project and currently am overwhelmed by other parts to check on the cause please.

On Tue, 25 Oct 2016 at 18:34 Denis Gitonga denisbgitonga@gmail.com wrote:

There some instances when it does not render correctly.

On Sun, 16 Oct 2016 at 10:43 yydcdut notifications@github.com wrote:

I see that it's correct in RxTextView, but something wrong with RxEditText

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yydcdut/RxMarkdown/issues/6#issuecomment-254032610, or mute the thread https://github.com/notifications/unsubscribe-auth/AHOs6-UyzfJk_2iHxk0lig4Yx7R_hRHyks5q0dWpgaJpZM4KOgRo .

yydcdut commented 8 years ago

But it's correct in android textview for rendering of bold, i can't reproduce this bug