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:
parent
3f5d804c22
commit
54aada824c
4 changed files with 48 additions and 19 deletions
|
@ -117,7 +117,7 @@ class WikiContent < String
|
|||
|
||||
DEFAULT_OPTS = {
|
||||
:active_chunks => ACTIVE_CHUNKS,
|
||||
:engine => Engines::Textile,
|
||||
:engine => Engines::MarkdownMML,
|
||||
:engine_opts => [],
|
||||
:mode => :show
|
||||
}.freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue