Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.83 KB

Markdown Display App

Build Status Coverage Status Maven Central

This app converts a Markdown url to HTML.

License

Markdown Display App is licensed under Apache 2 license.

Maven/Gradle

Markdown Display App is available on Maven central, the artifact is as follows:

Maven:

<dependency>
    <groupId>br.com.thiagomoreira.liferay.plugins.markdown-display-app</groupId>
    <artifactId>markdown-display-app</artifactId>
    <version>1.0.0</version>
    <type>lpkg</type>
</dependency>

Gradle:

dependencies {
    compile(group: "br.com.thiagomoreira.liferay.plugins.markdown-display-app", name: "markdown-display-portlet", version: "1.0.0", type: "lpkg");
}

Support

Markdown Display Portlet tracks bugs and feature requests with Github's issue system. Feel free to open your new ticket!

Contributing

Markdown Display Portlet is a project based on Maven to improve it you just need to fork the repository, clone it and from the command line invoke

mvn package

After complete your work you can send a pull request to incorporate the modifications.

Enjoy!