An open API service indexing awesome lists of open source software.

https://github.com/anitrend/support-markdown

Markdown library tailored to work with the anilist markdown standard. https://files.kiniro.uk/anilist-flavored-markdown-v1.md
https://github.com/anitrend/support-markdown

anilist anitrend markdown markwon

Last synced: 9 months ago
JSON representation

Markdown library tailored to work with the anilist markdown standard. https://files.kiniro.uk/anilist-flavored-markdown-v1.md

Awesome Lists containing this project

README

          

# [ :biohazard: WIP :biohazard: ] Support Markdown Library   [![android-unit-test](https://github.com/AniTrend/support-markdown/actions/workflows/android-test.yml/badge.svg)](https://github.com/AniTrend/support-markdown/actions/workflows/android-test.yml)   [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2bcc9217df74403a9d4afd8664b20c34)](https://www.codacy.com/gh/AniTrend/support-markdown/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AniTrend/support-markdown&utm_campaign=Badge_Grade)   [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAniTrend%2Fsupport-markdown.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FAniTrend%2Fsupport-markdown?ref=badge_shield)   [![](https://jitpack.io/v/AniTrend/support-markdown.svg)](https://jitpack.io/#AniTrend/support-markdown)

A markdown parse for android which uses the AniList [markdown spec](https://files.kiniro.uk/anilist-flavored-markdown-v1.md), and powered by [Markwon](https://noties.github.io/Markwon/)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FAniTrend%2Fsupport-markdown.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FAniTrend%2Fsupport-markdown?ref=badge_large)

____

## Getting Started

- __Add the JitPack repository to your build file__

```javascript
allprojects {
repositories {
...
maven { url 'https://www.jitpack.io' }
}
}
```

- __Add the dependency__

```javascript
dependencies {
implementation 'com.github.anitrend:support-markdown:{latest_version}'
}
```

## License

```
Copyright 2018 AniTrend

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```