https://github.com/haxefoundation/haxe-markdown
A Markdown parser in Haxe.
https://github.com/haxefoundation/haxe-markdown
Last synced: 9 months ago
JSON representation
A Markdown parser in Haxe.
- Host: GitHub
- URL: https://github.com/haxefoundation/haxe-markdown
- Owner: HaxeFoundation
- License: mit
- Created: 2013-05-20T06:18:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T12:49:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-06T03:41:53.188Z (about 1 year ago)
- Language: Haxe
- Size: 247 KB
- Stars: 62
- Watchers: 13
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
haxe-markdown
=============
[](https://lib.haxe.org/p/markdown)
[](https://lib.haxe.org/p/markdown)
[](LICENSE.md)
A Markdown parser in Haxe, ported from [dart-markdown](https://github.com/dpeek/dart-markdown).
### Introduction
_Markdown_, created by John Gruber, author of the [Daring Fireball blog](http://daringfireball.net). The original source of Markdown can be found at [Daring Fireball - Markdown](http://daringfireball.net/projects/markdown).
### Installation
haxelib install markdown
### Usage
```haxe
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