登录 注册
当前位置:主页 > 资源下载 > 50 > Android Markdown 解析库在处理 Android 代码时表现出色,极具实用性

Android Markdown 解析库在处理 Android 代码时表现出色,极具实用性

  • 更新:2024-08-18 20:15:20
  • 大小:3.66MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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