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 📜
- Host: GitHub
- URL: https://github.com/evanmiller/jerome
- Owner: evanmiller
- Archived: true
- Created: 2011-06-06T03:14:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-28T01:12:42.000Z (over 13 years ago)
- Last Synced: 2024-07-19T22:44:15.011Z (4 months ago)
- Language: Erlang
- Homepage:
- Size: 189 KB
- Stars: 43
- Watchers: 7
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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