WebView
implementation thats supports customization and provides a way to render Markdown from text, file, assets and URL.
Markwon is a library for Android that renders markdown as system-native Spannables. It gives ability to display markdown in all TextView widgets (TextView, Button, Switch, CheckBox, etc), Notifications, Toasts, etc. No WebView is required. Library provides reasonable defaults for display style of markdown but also gives all the means to tweak the appearance if desired. All markdown features are supported (including limited support for inlined HTML code, markdown tables and images).
MarkdownView is a simple library that helps you display Markdown text or files on Android as a html page just like Github.
RxMarkdown is an Android library that helps to display simple markdown text in android.widget.EditText
or android.widget.TextView
.
MarkdownView
is an Android webview with the capability of loading Markdown text or file and display it as HTML, it uses MarkdownJ and extends Android webview.
MarkdownView is an Android webview with the capablity of loading Markdown text or file and display it as HTML, it uses MarkdownJ and extends Android webview.
CWAC AndDown provides support for Markdown syntax in Android, such as a JNI wrapper around the sundown Markdown to HTML converter.