# markdownj **Repository Path**: mirrors/markdownj ## Basic Information - **Project Name**: markdownj - **Description**: MarkdownJ - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-04-02 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README ====== [![Build Status](https://travis-ci.org/myabc/markdownj.png?branch=master)](https://travis-ci.org/myabc/markdownj) MarkdownJ is the pure Java port of Markdown (a text-to-html conversion tool written by John Gruber.) ### Quick Start If you're after the core functionality provided by MarkdownJ, add `markdown-core` as a dependency: ```xml org.markdownj markdownj-core 0.4 ``` ### Related Projects * [markdownj-ant-utils][markdownj-ant-utils] – Markdown-based `FilterReader` for Ant. * [markdownj-dingus][markdownj-dingus] – [Web Dingus using MarkdownJ][dingus] source. ### License The project is licensed under a Revised BSD License. Refer to the accompanying LICENSE file. [dingus]:http://dingus.markdownj.org [markdownj-dingus]:https://github.com/myabc/markdownj-dingus/ [markdownj-ant-utils]:https://github.com/myabc/markdownj-ant-utils/