Revert "remove old markdown engine work-in-progress"

This reverts commit ee470b531788b71c22721562e8bbb846004a9bc7.
This commit is contained in:
Sam
2017-07-12 18:10:51 -04:00
parent bcbb9f208d
commit 79a084dd58
62 changed files with 3075 additions and 653 deletions

View File

@ -18,4 +18,4 @@ QUnit.test("extractByKey: converts a list of hashes into a hash of instances of
QUnit.test("extractByKey: returns an empty hash if there isn't anything to convert", assert => {
assert.deepEqual(Model.extractByKey(), {}, "when called without parameters");
assert.deepEqual(Model.extractByKey([]), {}, "when called with an empty array");
});
});