Ecosyste.ms: Awesome

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

https://github.com/evanmiller/jerome

Erlang rich-text processing library 📜
https://github.com/evanmiller/jerome

Last synced: 3 months ago
JSON representation

Erlang rich-text processing library 📜

Lists

README

        

Jerome: Erlang rich-text processor
==================================

Jerome is designed to read and write many rich-text formats, with support for
bold, italic, lists, tables, and hyperlinks. At present the number of supported
formats is small. Usage:

% Read
RichText = jerome:parse("/path/to/file.rtf", rtf)

% Write
{ok, IOList} = jerome:generate(RichText, html)

Available formats:

Format Read/Write?
------ -----------
BBCode Read + Write
HTML Read + Write
RTF Read + Write
Textile Read + Write