Use Standard PageRenderer for S5 Content

From Jason Blevins: use the standard PageRenderer class to render S5 content. This way, WikiWords (etc) are processed in S5 slideshows.
This commit is contained in:
Jacques Distler 2007-09-14 10:43:03 -05:00
parent 3f5d804c22
commit 54aada824c
4 changed files with 48 additions and 19 deletions

View file

@ -117,7 +117,7 @@ class WikiContent < String
DEFAULT_OPTS = {
:active_chunks => ACTIVE_CHUNKS,
:engine => Engines::Textile,
:engine => Engines::MarkdownMML,
:engine_opts => [],
:mode => :show
}.freeze