public
Description: A Markdown parser + object model in scala
Homepage: http://tristanhunt.com/projects/knockoff
Clone URL: git://github.com/tristanjuricek/knockoff.git
name age message
file .gitignore Sat Oct 03 05:39:26 -0700 2009 Implemented a new list system that makes it eas... [Tristan Juricek]
file Email Address.text Sat Oct 31 05:05:11 -0700 2009 - mailto: links are entitized. - Made sure that... [tristanjuricek]
directory MarkdownTest_1.0/ Sat Oct 31 05:05:11 -0700 2009 - mailto: links are entitized. - Made sure that... [tristanjuricek]
directory Markdown_1.0.1/ Sun Sep 27 04:06:48 -0700 2009 The major rewrite of knockoff now goes end-to-e... [tristanjuricek]
file discounter Sun Oct 11 05:38:30 -0700 2009 Major revision is complete. Prepared most code ... [tristanjuricek]
file license.txt Thu Oct 08 13:35:08 -0700 2009 dude, a license. It's BSD. [tristanjuricek]
directory plugins/ Sat Oct 17 09:38:42 -0700 2009 Updating styling to match my website. Moved plu... [tristanjuricek]
directory project/ Mon Oct 26 14:49:11 -0700 2009 A small bugfix when dealing with indented chunk... [tristanjuricek]
file readme.markdown Sat Oct 17 09:38:42 -0700 2009 Updating styling to match my website. Moved plu... [tristanjuricek]
file release Sat Oct 31 05:05:11 -0700 2009 - mailto: links are entitized. - Made sure that... [tristanjuricek]
directory src/ Sat Oct 31 05:05:11 -0700 2009 - mailto: links are entitized. - Made sure that... [tristanjuricek]
file test Sun Sep 27 04:06:48 -0700 2009 The major rewrite of knockoff now goes end-to-e... [tristanjuricek]
file testng.xml Sun Mar 15 13:08:44 -0700 2009 Basic blocks (i.e., no tree blocks, just flat) ... [Tristan Juricek]
directory tickets/ Sun Oct 11 05:38:30 -0700 2009 Major revision is complete. Prepared most code ... [tristanjuricek]
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.)