Rename markwon-syntax to markwon-syntax-highlight
This commit is contained in:
parent
203f5fae52
commit
84a50be0dd
@ -4,7 +4,7 @@
|
||||
|
||||
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22markwon%22)
|
||||
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22markwon-image-loader%22)
|
||||
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22markwon-syntax%22)
|
||||
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22markwon-syntax%22)
|
||||
[](http://search.maven.org/#search|ga|1|g%3A%22ru.noties%22%20AND%20a%3A%22markwon-view%22)
|
||||
|
||||
**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. <u>**No WebView is required**</u>. 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).
|
||||
@ -15,7 +15,7 @@
|
||||
```groovy
|
||||
implementation 'ru.noties:markwon:1.1.0'
|
||||
implementation 'ru.noties:markwon-image-loader:1.1.0' // optional
|
||||
implementation 'ru.noties:markwon-syntax:1.1.0' // optional
|
||||
implementation 'ru.noties:markwon-syntax-highlight:1.1.0' // optional
|
||||
implementation 'ru.noties:markwon-view:1.1.0' // optional
|
||||
```
|
||||
|
||||
@ -40,7 +40,7 @@ and then in your module `build.gradle`:
|
||||
implementation 'ru.noties:markwon:1.1.1-SNAPSHOT'
|
||||
```
|
||||
|
||||
Please note that `markwon-image-loader`, `markwon-syntax` and `markwon-view` are also present in `SNAPSHOT` repository and share the same version as main `markwon` artifact.
|
||||
Please note that `markwon-image-loader`, `markwon-syntax-highlight` and `markwon-view` are also present in `SNAPSHOT` repository and share the same version as main `markwon` artifact.
|
||||
|
||||
## Supported markdown features:
|
||||
* Emphasis (`*`, `_`)
|
||||
|
@ -30,7 +30,7 @@ dependencies {
|
||||
|
||||
implementation project(':markwon')
|
||||
implementation project(':markwon-image-loader')
|
||||
implementation project(':markwon-syntax')
|
||||
implementation project(':markwon-syntax-highlight')
|
||||
|
||||
deps.with {
|
||||
implementation it['okhttp']
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
3
markwon-syntax-highlight/gradle.properties
Normal file
3
markwon-syntax-highlight/gradle.properties
Normal file
@ -0,0 +1,3 @@
|
||||
POM_NAME=Markwon
|
||||
POM_ARTIFACT_ID=markwon-syntax-highlight
|
||||
POM_PACKAGING=aar
|
@ -1,3 +0,0 @@
|
||||
POM_NAME=Markwon
|
||||
POM_ARTIFACT_ID=markwon-syntax
|
||||
POM_PACKAGING=aar
|
@ -1,3 +1,3 @@
|
||||
rootProject.name = 'MarkwonProject'
|
||||
include ':app', ':markwon', ':markwon-image-loader', ':markwon-view', ':sample-custom-extension',
|
||||
':markwon-syntax', ':markwon-html-parser-api', ':markwon-html-parser-impl'
|
||||
':markwon-syntax-highlight', ':markwon-html-parser-api', ':markwon-html-parser-impl'
|
||||
|
Loading…
x
Reference in New Issue
Block a user