Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.
/ jerome Public archive

Erlang rich-text processing library πŸ“œ

Notifications You must be signed in to change notification settings

evanmiller/jerome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ“œ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages