Alldocs

Convert JSON (Pandoc)
to Haddock

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to Haddock markup files. Yes, it’s that easy.

Converting from Pandoc JSON

This free online converter is based on Pandoc, a command-line tool that is capable of converting nearly any text format to any other text format. Under the hood Pandoc converts text formats to an abstract tree. Pandoc uses the abstract tree to generate your desired format. That abstract tree can be stored as JSON, so that’s what we do here. Not sure why anybody would want a JSON file with a Pandoc AST, but probably you just need any JSON (JavaScript object notation) represenation. Try Pandoc JSON, it’s good to parse in any language. Hope that helps! At least it’s free.

The files end with .json by default.

More about Pandoc JSON files

Converting to Haddock markup

Haddock is a nice tool to automatically generate documentation from annotated Haskell source code. I’ve never used Haskell and have no idea what it’s for, but I like automatically generated things. BTW this text is handwritten, but I probably should have set up a machine learning deep learning thing to generate those. I bet no one reads them anyway. If you do, clap your hands twice so I know you’re out there. Anyway, let’s get back to Haddock. It’s intended for documenting libraries, but it should be useful for any other kind of Haskell code. Documentations can then be generated to HTML or LaTeX. Or you use Alldocs to convert it to many other text formats for free. Cool, right?

The files end with .txt by default. More about Haddock markup files