Enable Maruku div Markdown extension
This commit is contained in:
parent
d4f97345db
commit
6f3e9a9e17
1 changed files with 3 additions and 0 deletions
3
vendor/plugins/maruku/lib/maruku.rb
vendored
3
vendor/plugins/maruku/lib/maruku.rb
vendored
|
@ -111,6 +111,9 @@ require 'maruku/errors_management'
|
|||
# Code for creating a table of contents
|
||||
require 'maruku/toc'
|
||||
|
||||
# Support for div Markdown extension
|
||||
require 'maruku/ext/div'
|
||||
|
||||
# Version and URL
|
||||
require 'maruku/version'
|
||||
|
||||
|
|
Loading…
Reference in a new issue