yydcdut / RxMarkdown

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

Support for indented code blocks #46

Closed tribut closed 6 years ago

tribut commented 6 years ago

Currently only

```
some
content
```

code blocks seem to be supported. It would be great if

    some
    content

blocks (indented by four spaces or a tab) would also work. See the spec.

Cf. https://github.com/stefan-niedermann/nextcloud-notes/issues/390