Update documentation index page
This commit is contained in:
parent
70113b7b16
commit
17756a1137
@ -32,7 +32,7 @@ export default {
|
|||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
box-shadow: 0 0 0.1em 0.1em #eee;
|
box-shadow: 0 0 0.1em 0.1em #eee;
|
||||||
max-width: 30%;
|
max-width: 25%;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
BIN
docs/.vuepress/public/assets/apps/habitica.png
Normal file
BIN
docs/.vuepress/public/assets/apps/habitica.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB |
@ -6,7 +6,7 @@ title: 'Introduction'
|
|||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
[](http://search.maven.org/#search|ga|1|g%3A%22io.noties.markwon%22%20)
|
[](http://search.maven.org/#search|ga|1|g%3A%22io.noties.markwon%22%20)
|
||||||
[](https://travis-ci.org/noties/Markwon)
|
[](https://github.com/noties/Markwon/actions)
|
||||||
|
|
||||||
**Markwon** is a markdown library for Android. It parses markdown following
|
**Markwon** is a markdown library for Android. It parses markdown following
|
||||||
<Link name="commonmark-spec" /> with the help of amazing <Link name="commonmark-java" /> library
|
<Link name="commonmark-spec" /> with the help of amazing <Link name="commonmark-java" /> library
|
||||||
@ -79,7 +79,26 @@ and 2 themes included: Light & Dark. It can be downloaded from [releases](ht
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
||||||
## Awesome Markwon
|
<style>
|
||||||
|
.awesome-block {
|
||||||
|
background-color: #4CAF50;
|
||||||
|
height: 7rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.awesome-block * {
|
||||||
|
border: 0
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="awesome-block">
|
||||||
|
|
||||||
|
## \# Awesome Markwon
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<u>Applications using Markwon</u>:
|
<u>Applications using Markwon</u>:
|
||||||
|
|
||||||
@ -89,7 +108,7 @@ and 2 themes included: Light & Dark. It can be downloaded from [releases](ht
|
|||||||
|
|
||||||
<AwesomeGroup :apps="[
|
<AwesomeGroup :apps="[
|
||||||
{name: 'Nextcloud', image: $withBase(`/assets/apps/nextcloud.png`), link: 'https://github.com/nextcloud/android', description: 'A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.'},
|
{name: 'Nextcloud', image: $withBase(`/assets/apps/nextcloud.png`), link: 'https://github.com/nextcloud/android', description: 'A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.'},
|
||||||
{name: 'Habitica', image: $withBase(`/assets/apps/habitica.webp`), link: 'https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica', description: 'Treat your life like a game to stay motivated and organized! Habitica makes it simple to have fun while accomplishing goals.'},
|
{name: 'Habitica', image: $withBase(`/assets/apps/habitica.png`), link: 'https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica', description: 'Treat your life like a game to stay motivated and organized! Habitica makes it simple to have fun while accomplishing goals.'},
|
||||||
{name: 'Cinopsys: Movies and Shows', image: $withBase(`/assets/apps/cinopsys.png`), link: 'https://play.google.com/store/apps/details?id=com.cinopsys.movieshows'}
|
{name: 'Cinopsys: Movies and Shows', image: $withBase(`/assets/apps/cinopsys.png`), link: 'https://play.google.com/store/apps/details?id=com.cinopsys.movieshows'}
|
||||||
]" />
|
]" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user