Jason

Results 5 issues of Jason

After breaking the build with a pull request, I figured I should offer up an addition to the unit tests to check for that regression.

This adds a configuration file for [Travis CI](https://travis-ci.org), which provides free continuous integration testing for open source projects. This means that for every commit to the repository, Travis can clone...

This PR includes several steps to simplify the build of MultiMarkdown under windows, largely by removing dependencies that are not necessary for building. Specifically, this: 1. Uses greg's CMake build...

When using MultiMarkdown with LaTeX output, it is common to have multiple front matter keys for inputting files, as shown in the usage guide: ``` latex input: mmd-memoir-header Title: MultiMarkdown...

This allows me to install workflow using pip without errors about packages not being found. `sudo pip install --allow-external file-workflow --allow-unverified file-workflow workflow` should install this as a package which...