Alldocs

Convert JSON (Pandoc)
to Markdown (PHP Extra)

Looking for a free text converter? Look no more, upload your Pandoc JSON files and convert them to PHP Markdown Extra 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 PHP Markdown Extra

The files end with .md by default. More about PHP Markdown Extra files