From ab74222c54db87e572c0e3af144ad7dcc33a293f Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Fri, 15 Mar 2019 19:29:52 +0300 Subject: [PATCH] Polishing documentation --- README.md | 7 +- docs/.vuepress/components/ArtifactPicker.vue | 71 +++++++------------- docs/.vuepress/config.js | 5 -- docs/README.md | 10 +-- docs/package-lock.json | 5 -- docs/package.json | 1 - 6 files changed, 35 insertions(+), 64 deletions(-) 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 + "