|
|
|
|
|
by carbon8
5671 days ago
|
|
I put together Markup Converter http://markupconverter.com/ It's a simple web service for converting markup from one format to another. Most of the conversions in the app are done using the Haskell library Pandoc, but I'm also using Discount, Python's Docutils and Ruby's RedCloth. It was also an opportunity to use MongoDB a little more. Right now it just converts snippets to snippets, but I'm in the process of adding additional options, like autolinking URLs when outputting HTML and adding headers and footers for formats like RTF that require them for complete documents. I really liked the November sprint idea and am going to try to launch at least one thing a month this winter, even if only a simple microapp. |
|