BijoySingh / MarkdownView

Markdown View provides a highly customizable markdown library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkdownView

Markdown View provides a highly customisable markdown library for Android. You can customise the various tags for the Markdown, and even provide CSS for the HTML content created as an intermediate to customise the experience of the markdown converted.
The library is still in its nacent stage, so please support so I can put in more time and effort in bringing this forward.

Jcenter Gradle integration coming soon. For the time being, .aar file added in the built-aar folder, which can be included as follows

repositories {
    flatDir {
        dirs 'libs'
    }
}

compile(name:'markdownview', ext:'aar')

About

Markdown View provides a highly customizable markdown library for Android.


Languages

Language:Java 100.0%