diff --git a/README.md b/README.md index 6e15de8a..87311b0f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ # Markwon -![stable](https://img.shields.io/maven-central/v/ru.noties.markwon/core.svg?label=stable) -![snapshot](https://img.shields.io/nexus/s/https/oss.sonatype.org/ru.noties.markwon/core.svg?label=snapshot) - [![Build Status](https://travis-ci.org/noties/Markwon.svg?branch=master)](https://travis-ci.org/noties/Markwon) **Markwon** is a markdown library for Android. It parses markdown @@ -30,6 +27,10 @@ features listed in [commonmark-spec] are supported [sample-apk]: https://github.com/noties/Markwon/releases ## Installation + +![stable](https://img.shields.io/maven-central/v/ru.noties.markwon/core.svg?label=stable) +![snapshot](https://img.shields.io/nexus/s/https/oss.sonatype.org/ru.noties.markwon/core.svg?label=snapshot) + ```groovy implementation "ru.noties.markwon:core:${markwonVersion}" ``` diff --git a/docs/.vuepress/components/ArtifactPicker.vue b/docs/.vuepress/components/ArtifactPicker.vue index 463d230a..453b1cd2 100644 --- a/docs/.vuepress/components/ArtifactPicker.vue +++ b/docs/.vuepress/components/ArtifactPicker.vue @@ -3,38 +3,36 @@
- - + + + +
{{artifact.description}}
-
+
- final def markwon_version = '{{latestVersion}}' + final def +  markwon_version =  + '{{latestVersion}}'

- implementation "{{artifact.group}}:{{artifact.id}}:$markwon_version" + implementation  + "{{artifact.group}}:{{artifact.id}}: + $markwon_version + "