markdown

A markdown library for Haxe
https://github.com/HaxeFoundation/haxe-markdown

To install, run:

haxelib install markdown 1.1.3 

See using Haxelib in Haxelib documentation for more information.

README.md

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
Contributors
dpeek
HaxeFoundation
Version
1.1.3
Published
4 weeks ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub