fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

Anyone Interested in RTF - here's your chance to contribute! #48

Closed fletcher closed 13 years ago

fletcher commented 13 years ago

Since RTF is a text-file based format, it is possible to include it as an output format in MMD 3.0.

It would require adding the appropriate output functions to "teach" MMD how to output RTF.

It really wouldn't be too hard, I am just interested in doing it myself. That said, I am willing to pull commits from others to help coordinate efforts if anyone is interested in adding it.

My suggestion would be to break RTF support into "regular Markdown" which should be built off the "original" branch:

https://github.com/fletcher/peg-multimarkdown/tree/original

This would allow it to be compatible with peg-markdown and pulled into John MacFarlane's project (like he pulled in my ODF changes).

Then, the MMD-specific syntax features could be created in a separate branch (like I keep the ODF work split into two branches).

So --- for everyone begging for RTF support --- here's your chance to make it happen!