tristanjuricek / knockoff

A Markdown parser + object model in scala

This URL has Read+Write access

Sat Oct 31 05:05:11 -0700 2009
commit  89348d5233224ae3130d124b845629d8bcc0596f
tree    125825b81c6045520ce3e39bd0de4c5acb481de3
parent  cc370f2507228489e1102d248520b167a820d20b
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.)