-
Android Markdown 解析库在处理 Android 代码时表现出色,极具实用性
资源介绍
MarkdownView
Android library to display markdown text.
It uses Flexmark and some of its extensions.
Setup
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency:
implementation 'com.github.tiagohm.MarkdownView:library:LATEST-VERSION'
LATEST-VERSION is
Usage
mMarkdownView = (MarkdownView)findViewById(R.id.markdown_view); mMarkdownView.addStyleSheet(n
mMarkdownView = (MarkdownView)findViewById(R.id.markdown_view); mMarkdownView.addStyleSheet(n