Does anyone know if there is a Markdown implementation out there that *is not* a C-extension? I am trying to port a rails app over to JRuby to eventually distribute it in a WAR file and need Markdown support in the app. So far I've had no luck finding an alternative.
If nothing exists, we should write a ruby-implementation agnostic version of something like RDiscount or PEGMarkdown, I think I'd use FFI (http://wiki.github.com/ffi/ffi); has anyone worked with this at all? Cheers, Jordan --------------------------------------------------------------- Jordan A. Fowler E-mail: [email protected] Website: http://www.jordanfowler.com Phone: (619) 339-6752 --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
