RxMarkdown
RxMarkdown copied to clipboard
:fax:Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
how to user in new rxjava implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' implementation 'io.reactivex.rxjava2:rxjava:2.2.1'
URL's with apostrophe character (') are broken in preview mode. For example: http://en.wikipedia.org/wiki/Conway's_Game_of_Life
On EditText write ``` # Test ``` Then select ` Test` (with the space character) Then choose `cut` from the popping up tooltip ``` 09-16 13:51:08.566 27494-27494/it.niedermann.owncloud.notes E/AndroidRuntime: FATAL EXCEPTION:...
Headers in the alternate format such as ``` Header1 ======== ``` and ``` Header2 ---- ``` https://github.com/stefan-niedermann/nextcloud-notes/issues/438
When setting the text of an EditText initially, the line gets rendered, but while actually editing the field, the line does not get rendered.
when creating a bullet list, new items are indicated by dashes *and* dots instead of one or the other. See https://github.com/stefan-niedermann/nextcloud-notes/issues/332
Hey there! I just would like to know your plan/schedule with this library. * Do you intend to get out of beta (and when roughly) ? * When do you...
While deleting Codeblock, the cursor moves to position 0. > \`\`\` > Hi, I am CodeBlock > \`\`\` >something While deleting something cursor moves to \`\`\`[here] and again back press...
Hi! First of all: Awesome library, saves a lot of time! I use this in combination with an EditText which saves it's content and re-inserts it when you restart the...