All Projects → HaxeFoundation → haxe-markdown

HaxeFoundation / haxe-markdown

Licence: MIT license
A Markdown parser in Haxe.

Programming Languages

haxe
709 projects

haxe-markdown

Haxelib Version Haxelib Downloads Haxelib License

A Markdown parser in Haxe, ported from dart-markdown.

Introduction

Markdown, created by John Gruber, author of the Daring Fireball blog. The original source of Markdown can be found at Daring Fireball - Markdown.

Installation

haxelib install markdown

Usage

Markdown.markdownToHtml(markdown);

Development Builds

Clone the repository:

git clone https://github.com/HaxeFoundation/haxe-markdown

Tell haxelib where your development copy of haxe-markdown is installed:

haxelib dev markdown haxe-markdown

To return to release builds:

haxelib dev markdown
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].