Skip to content

Antriel/haxe-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haxe-markdown

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/src

To return to release builds:

haxelib dev markdown

About

A Markdown parser in Haxe.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 100.0%