Update README
This commit is contained in:
parent
ae01404b14
commit
a330b57be8
@ -19,16 +19,16 @@ features listed in [commonmark-spec] are supported
|
|||||||
(including support for **inlined/block HTML code**, **markdown tables**,
|
(including support for **inlined/block HTML code**, **markdown tables**,
|
||||||
**images** and **syntax highlight**).
|
**images** and **syntax highlight**).
|
||||||
|
|
||||||
|
`Markwon` comes with a [sample application](./app-sample/). It is a
|
||||||
|
collection of library usages that comes with search and source code for
|
||||||
|
each code sample.
|
||||||
|
|
||||||
Since version **4.2.0** **Markwon** comes with an [editor](./markwon-editor/) to _highlight_ markdown input
|
Since version **4.2.0** **Markwon** comes with an [editor](./markwon-editor/) to _highlight_ markdown input
|
||||||
as user types (for example in **EditText**).
|
as user types (for example in **EditText**).
|
||||||
|
|
||||||
[commonmark-spec]: https://spec.commonmark.org/0.28/
|
[commonmark-spec]: https://spec.commonmark.org/0.28/
|
||||||
[commonmark-java]: https://github.com/atlassian/commonmark-java/blob/master/README.md
|
[commonmark-java]: https://github.com/atlassian/commonmark-java/blob/master/README.md
|
||||||
|
|
||||||
<sup>*</sup>*This file is displayed by default in the [sample-apk] (`markwon-sample-{latest-version}-debug.apk`) application. Which is a generic markdown viewer with support to display markdown via `http`, `https` & `file` schemes and 2 themes included: Light & Dark*
|
|
||||||
|
|
||||||
[sample-apk]: https://github.com/noties/Markwon/releases
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||

|

|
||||||
|
Binary file not shown.
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 1,
|
|
||||||
"artifactType": {
|
|
||||||
"type": "APK",
|
|
||||||
"kind": "Directory"
|
|
||||||
},
|
|
||||||
"applicationId": "io.noties.markwon.app",
|
|
||||||
"variantName": "release",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"type": "SINGLE",
|
|
||||||
"filters": [],
|
|
||||||
"properties": [],
|
|
||||||
"versionCode": 1,
|
|
||||||
"versionName": "1",
|
|
||||||
"enabled": true,
|
|
||||||
"outputFile": "markwon-4.4.1-SNAPSHOT-release.apk"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user