instiki/test/unit
Jacques Distler 34082fbf94 Theorem Environments
Implement amsthm-like Theorem environments with Maruku.
Support is based on Maruku "div"s with special class-names.
Classes
    num_*
produce numbered environments, and

    un_*

produce un-numbered environments, where * is one of

   theorem     (for Theorem)
   lemma       (for Lemma)
   prop        (for Proposition)
   cor         (for Corollary)
   def         (for Definition)
   example     (for Example)
   remark      (for Remark)
   note        (for Note)

In addition, the class

   proof

produces a Proof environment.

The LaTeX export works as expected, and these also work in the S5 view.

Bumped version number.
2008-10-17 16:26:17 -05:00
..
chunks New Sanitizer Goes Live 2008-05-21 02:06:31 -05:00
diff_test.rb More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
maruku_tex.rb More fixes, sync with HTML5lib 2007-06-13 23:05:15 -05:00
page_renderer_test.rb Theorem Environments 2008-10-17 16:26:17 -05:00
page_test.rb Sanitize url refs in SVG attributes 2007-10-27 17:34:29 -05:00
sanitize_test.rb Rough In New Sanitizer 2008-05-20 17:02:10 -05:00
sanitizer_test.rb New Sanitizer Goes Live 2008-05-21 02:06:31 -05:00
uri_test.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
web_test.rb Fix Broken Tests 2007-09-11 12:04:26 -05:00
wiki_file_test.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
wiki_words_test.rb Misc Cleanup 2008-01-14 14:46:38 -06:00