evanmiller / jerome

Erlang rich-text processing library πŸ“œ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Erlang rich-text processing library πŸ“œ


Languages

Language:Erlang 100.0%