Release Name: 0.6
Notes:
Changes:
* Ruby 1.9 fixes by Nathan Weizenbaum.
* Allows space in link ref ids (patch by Damir Zekic)
* Better regexps for DIV frames (patch by Alexandr Mankuta)
* Now the DIV syntax is activated by default.
* Merged back changes by Jacques Distler for theorems support.
* New feature, requested by Jeff Barczewski
> It seems like a good fit to extend the Maruku meta data features to support setting things like this in a standard way.
>
> <meta name="author" content="John Doe"/>
> <meta name="description" content="This is my page description."/>
> <meta name="revised" content="Hege Refsnes, 6/10/99" />
>
> One could support things directly like
>
> Author: John Doe
> Description: This is my page description.
> Revised: Hege Refsnes, 6/10/99
>
> of if you want to make all the meta tags generic you could do
>
> Meta-Author: John Doe
> Meta-Description: This is my page description.
>
> Where `Meta-*` would always create a `<meta name="foo" content="bar"/>`
* Merged back changes by [Ari Stern](http://www.acm.caltech.edu/~astern) for equation-to-PNG
support in Instiki.
* Bugs:
* Export to s5 now uses `html` suffix.
* Fixed [this bug](http://rubyforge.org/tracker/?func=detail&atid=10735&aid=20010&group_id=2795): now if there is an underscore in a world, then emphasis is not triggered. For example, `mod_ruby mod\_ruby`
yields "mod_ruby mod\_ruby".
|