diff --git a/An Allegory of the Human Condition by Christian Genco.pdf b/An Allegory of the Human Condition by Christian Genco.pdf new file mode 100644 index 0000000..0bf4bea Binary files /dev/null and b/An Allegory of the Human Condition by Christian Genco.pdf differ diff --git a/Toward a Recovery of Nineteenth Century Farming Handbooks by Elizabeth L. Genco.pdf b/Toward a Recovery of Nineteenth Century Farming Handbooks by Elizabeth L. Genco.pdf index 806ba42..8d55304 100644 Binary files a/Toward a Recovery of Nineteenth Century Farming Handbooks by Elizabeth L. Genco.pdf and b/Toward a Recovery of Nineteenth Century Farming Handbooks by Elizabeth L. Genco.pdf differ diff --git a/browserifiable.js b/browserifiable.js new file mode 100644 index 0000000..1f2b7cc --- /dev/null +++ b/browserifiable.js @@ -0,0 +1,6 @@ +// browserify -t coffeeify browserifiable.js > markdowntomla.js + +window.md = require('markdown').markdown; +markdowntomla = require('./markdowntomla.coffee'); +window.extractMetadata = markdowntomla.extractMetadata; +window.createMLADocument = markdowntomla.createMLADocument; \ No newline at end of file diff --git a/index.html b/index.html index 80186ae..0ce9033 100644 --- a/index.html +++ b/index.html @@ -3,155 +3,34 @@