Android代码-MarkdownView Demo

时间:2022-08-25 12:18:47
【文件属性】:
文件名称:Android代码-MarkdownView Demo
文件大小:114KB
文件格式:ZIP
更新时间:2022-08-25 12:18:47
Android代码 About MarkdownView (Markdown For Android) is an Android library that helps you display Markdown text or files (local/remote) as formatted HTML, and style the output using CSS. The MarkdownView itself extends Android Webview and adds the necessary logic to parse Markdown (using MarkdownJ) and display the output HTML on the view. Getting started To add MarkdownView to your project, add the following to build.gradle file: dependencies { compile 'us.feras.mdv:markdownview:1.1.0' } Usage
【文件预览】:
MarkdownView-master
----css-themes()
--------paperwhite.css(3KB)
--------alt.css(890B)
--------foghorn.css(2KB)
--------classic.css(2KB)
----MarkdownView()
--------gradlew(5KB)
--------settings.gradle(32B)
--------markdownview()
--------.idea()
--------gradle()
--------gradlew.bat(2KB)
--------gradle.properties(855B)
--------.gitignore(97B)
--------app()
--------build.gradle(498B)
----markdown-example.md(448B)
----README.md(3KB)
----.gitignore(522B)
----license.txt(586B)

网友评论