PHP class that encapsulates pandoc in order to convert a text in markdown format to doc/odt/pdf/txt/…
Open a command prompt, go to the root folder of your project and add the dependency by running the following command:
composer require avonture/pandoc:dev-master
Make a clone of this repository, open a command prompt, go to the root folder of the copy of the repository and run the following command:
vendor\bin\phpunit
Christophe Avonture