tristanjuricek / knockoff

A Markdown parser + object model in scala

This URL has Read+Write access

Sat Oct 31 05:06:15 -0700 2009
commit  70b8736b358867e35f2d5f20e9f16493945f1df8
tree    1c7184b17d218efb6b9dea91c50de7d17a600f60
parent  89348d5233224ae3130d124b845629d8bcc0596f
readme.markdown

KnockOff - A Parser + Object Model (in Scala)

Knockoff is Yet Another Markdown processor, this time, with an object model, aimed for ease of use in a Scala-based environment.

See the project home for more information.

Filesystem Notes

  • I've added the source Markdown perl script and test suite to the main directory.

  • The test script is used to run the Markdown Test suite. (Note: I've made some subtle adjustments.)

  • The discounter script is used to run the default knockoff Discounter object that has been compiled.

  • plugins are special sbt plugins in use by the project. (Just build the plugins in here before running the project.)