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
- Host: GitHub
- URL: https://github.com/anitrend/support-markdown
- Owner: AniTrend
- License: apache-2.0
- Created: 2019-01-11T17:06:58.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-31T23:03:31.000Z (about 1 year ago)
- Last Synced: 2025-04-01T00:20:08.864Z (about 1 year ago)
- Topics: anilist, anitrend, markdown, markwon
- Language: Kotlin
- Homepage:
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [ :biohazard: WIP :biohazard: ] Support Markdown Library [](https://github.com/AniTrend/support-markdown/actions/workflows/android-test.yml) [](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) [](https://app.fossa.com/projects/git%2Bgithub.com%2FAniTrend%2Fsupport-markdown?ref=badge_shield) [](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/)
[](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.
```