MDTest’s Git Repository

The URL of this page is also the URL for interacting with the Git repository of MDTest, a testsuite and benchmark tool for Markdown parser. With Git installed, you can create a local copy of this repository with the following command:

git clone http://git.michelf.ca/mdtest

Once you've cloned the repository this way, a “mdtest” folder has been created and its content should reflect the current state of the repository.

If you later wish to update your local branch to the latest available version use:

git pull

Please note that the head of this repository may contain untested or unstable code from time to time, so be careful.

Refer to the Git documenation to learn more about using Git.