Sync with latest Maruku.
This commit is contained in:
parent
bbe2720e8b
commit
fdbd6e288b
8 changed files with 910 additions and 31 deletions
5
vendor/plugins/maruku/lib/maruku.rb
vendored
5
vendor/plugins/maruku/lib/maruku.rb
vendored
|
@ -126,8 +126,13 @@ require 'maruku/output/to_latex_entities'
|
|||
# Pretty print
|
||||
require 'maruku/output/to_markdown'
|
||||
|
||||
# S5 slides
|
||||
require 'maruku/output/s5/to_s5'
|
||||
require 'maruku/output/s5/fancy'
|
||||
|
||||
# Exporting to text: strips all formatting (not complete)
|
||||
require 'maruku/output/to_s'
|
||||
|
||||
# class Maruku is the global interface
|
||||
require 'maruku/maruku'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue