Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T22:46:17.000Z (9 months ago)
- Last Synced: 2024-04-13T16:37:21.693Z (9 months 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: 815 KB
- Stars: 3
- Watchers: 2
- 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
[![Generic badge](https://img.shields.io/static/v1.svg?label=GitHub&message=Markdowner&color=informational)](https://github.com/jesperancinha/markdowner)
[![GitHub release](https://img.shields.io/github/release/jesperancinha/markdowner.svg)](https://github.com/jesperancinha/markdowner/releases)
[![Maven Central](https://img.shields.io/maven-central/v/org.jesperancinha.parser/markdowner)](https://mvnrepository.com/artifact/org.jesperancinha.parser/markdowner)
[![Sonatype Nexus](https://img.shields.io/nexus/r/https/oss.sonatype.org/org.jesperancinha.parser/markdowner.svg)](https://search.maven.org/artifact/org.jesperancinha.parser/markdowner)[![javadoc](https://javadoc.io/badge2/org.jesperancinha.parser/markdowner/javadoc.svg)](https://javadoc.io/doc/org.jesperancinha.parser/markdowner)
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)[![CircleCI](https://circleci.com/gh/jesperancinha/markdowner.svg?style=svg)](https://circleci.com/gh/jesperancinha/markdowner)
[![Build status](https://ci.appveyor.com/api/projects/status/kuedmakr9bbne46q/branch/master?svg=true)](https://ci.appveyor.com/project/jesperancinha/markdowner/branch/master)
[![markdowner](https://github.com/jesperancinha/markdowner/actions/workflows/markdowner.yml/badge.svg)](https://github.com/jesperancinha/markdowner/actions/workflows/markdowner.yml)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c423c85288eb45c883e2f721bb611a3f)](https://www.codacy.com/manual/jofisaes/markdowner?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/markdowner&utm_campaign=Badge_Grade)
[![codebeat badge](https://codebeat.co/badges/b6f714fa-6632-473e-9eb5-c481c776d415)](https://codebeat.co/projects/github-com-jesperancinha-markdowner-master)[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/c423c85288eb45c883e2f721bb611a3f)](https://www.codacy.com/gh/jesperancinha/markdowner/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/markdowner&utm_campaign=Badge_Coverage)
[![codecov](https://codecov.io/gh/jesperancinha/markdowner/branch/master/graph/badge.svg?token=BREGsxyj5M)](https://codecov.io/gh/jesperancinha/markdowner)
[![Coverage Status](https://coveralls.io/repos/github/jesperancinha/markdowner/badge.svg?branch=master)](https://coveralls.io/github/jesperancinha/markdowner?branch=master)[![GitHub language count](https://img.shields.io/github/languages/count/jesperancinha/markdowner.svg)]()
[![GitHub top language](https://img.shields.io/github/languages/top/jesperancinha/markdowner.svg)]()
[![GitHub top language](https://img.shields.io/github/languages/code-size/jesperancinha/markdowner.svg)]()---
## 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
[![GitHub followers](https://img.shields.io/github/followers/jesperancinha.svg?label=Jesperancinha&style=for-the-badge&logo=github&color=grey "GitHub")](https://github.com/jesperancinha)