Changed wiki parser to wikicloth.

* Temporarly removing of TOC.
This commit is contained in:
Benjamin Meichsner 2009-08-11 14:30:35 +02:00
parent 55729e20f9
commit 5d9385cde4
39 changed files with 3474 additions and 64 deletions

View file

@ -0,0 +1,3 @@
equire 'rubygems'
require 'active_support'
require 'active_support/test_case'

View file

@ -0,0 +1,8 @@
require 'test_helper'
class WikiClothTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end