yydcdut / RxMarkdown

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

List should be interconvertible #54

Closed shubhsherl closed 6 years ago

shubhsherl commented 6 years ago

Ordered List and Unordered list should be interconvertible.

1. something
2. here[cursor]

now if I select Unordered list, it should change to

* something
* here[cursor]
yydcdut commented 6 years ago

I think this function is not implemented by the library.