react-native-simple-markdown icon indicating copy to clipboard operation
react-native-simple-markdown copied to clipboard

The list can't detect successfully

Open tedwong opened this issue 8 years ago • 3 comments
trafficstars

Example text:

#1
* 1
* 2

The list cannot be display correctly.

tedwong avatar Aug 05 '17 16:08 tedwong

I'm also having this issue

andrewchae avatar Aug 25 '17 20:08 andrewchae

it took me half day on this issue also. This work for me.

#1 
[add a new line here]
* 1
* 2

ckhui avatar Sep 12 '17 05:09 ckhui

Sounds like the parser requires a line break to display this correctly. I'll try to fix this for v1.2, but feel free to send a PR if you need it asap

CharlesMangwa avatar Dec 07 '17 22:12 CharlesMangwa