An open API service indexing awesome lists of open source software.

https://github.com/cloudhead/prose

lightweight text to html parser, combining the best of Markdown with a hint of Textile
https://github.com/cloudhead/prose

Last synced: 9 months ago
JSON representation

lightweight text to html parser, combining the best of Markdown with a hint of Textile

Awesome Lists containing this project

README

          

Prose
=====

lightweight text to html/json parser

Usage:
-----

Prose.new(text).parse
or
Prose.parse text

lite mode (no headers, escape html):

text = Prose.new(text).parse(true)

You will also find a command line tool in /bin

Parser:
------

Document Title


==============

Header


------

# Sub-Header


## Sub-sub-Header


..etc..