https://github.com/jesperancinha/markdowner
Markdowner is a parser project exclusively made for mardown files.
https://github.com/jesperancinha/markdowner
codacy-badge java java-11 kotest kotlin kotlin-maven kotlin-maven-plugin markdown nexus sonatype
Last synced: 5 days ago
JSON representation
Markdowner is a parser project exclusively made for mardown files.
- Host: GitHub
- URL: https://github.com/jesperancinha/markdowner
- Owner: jesperancinha
- License: apache-2.0
- Created: 2016-02-08T23:09:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T22:09:34.000Z (6 days ago)
- Last Synced: 2025-04-10T00:43:23.703Z (5 days ago)
- Topics: codacy-badge, java, java-11, kotest, kotlin, kotlin-maven, kotlin-maven-plugin, markdown, nexus, sonatype
- Language: Kotlin
- Homepage: http://jesperancinha.github.io/markdowner/
- Size: 952 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - jesperancinha/markdowner - Markdowner is a parser project exclusively made for mardown files. (Kotlin)
README
# Markdowner
[](https://github.com/jesperancinha/markdowner)
[](https://github.com/jesperancinha/markdowner/releases)
[](https://mvnrepository.com/artifact/org.jesperancinha.parser/markdowner)
[](https://search.maven.org/artifact/org.jesperancinha.parser/markdowner)[](https://javadoc.io/doc/org.jesperancinha.parser/markdowner)
[](https://www.apache.org/licenses/LICENSE-2.0)[](https://circleci.com/gh/jesperancinha/markdowner)
[](https://ci.appveyor.com/project/jesperancinha/markdowner/branch/master)
[](https://github.com/jesperancinha/markdowner/actions/workflows/markdowner.yml)[](https://www.codacy.com/manual/jofisaes/markdowner?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/markdowner&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-jesperancinha-markdowner-master)[](https://www.codacy.com/gh/jesperancinha/markdowner/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/markdowner&utm_campaign=Badge_Coverage)
[](https://codecov.io/gh/jesperancinha/markdowner)
[](https://coveralls.io/github/jesperancinha/markdowner?branch=master)[]()
[]()
[]()---
## Technologies used
Please check the [TechStack.md](TechStack.md) file for details.
## Description
An extra complicated markdown parsing library with extra special functions.
Please Look into the javadocs for more info or check our [reference documentation](http://jesperancinha.github.io/markdowner/) for more details.
Check all the release notes [here](./ReleaseNotes.md).
## Maven
```xml
org.jesperancinha.parser
markdowner
4.0.0
pom```
## Tools### Use Java 11
```bash
sdk install java 11.0.11.hs-adpt
sdk use java 11.0.11.hs-adpt
```### Sign to Nexus
```bash
gpg --keyserver hkp://keyserver.ubuntu.com --send-keys
gpg --list-keys
export GPG_TTY=$(tty)
mvn clean deploy -Prelease
mvn nexus-staging:release -Prelease
```
```xml
ossrh
your-jira-id
your-jira-pwd
```
## References
- [Nexus Repository Manager -Sonatype Nexus](https://oss.sonatype.org/)
- [Sonatype The Central Repository](https://search.maven.org/)
- [nexus-staging-maven-plugin not working with java 16](https://issues.sonatype.org/browse/NEXUS-27902)## About me
[](https://github.com/jesperancinha)