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:
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!