Fenced Code Blocks, Fortran Syntax Colouring
Support Marhdown Extra's fenced code blocks. [From Jason Blevins] Fortran syntax colouring. [From Jason Blevins] Turn on Syntax colouring, by default. Point to Michel Fortin's Markdown Extra page.
This commit is contained in:
parent
b72ca42199
commit
f66fc4de4d
11 changed files with 229 additions and 62 deletions
2
vendor/plugins/maruku/lib/maruku.rb
vendored
2
vendor/plugins/maruku/lib/maruku.rb
vendored
|
@ -113,6 +113,8 @@ require 'maruku/toc'
|
|||
|
||||
# Support for div Markdown extension
|
||||
require 'maruku/ext/div'
|
||||
# Support for fenced codeblocks extension
|
||||
require 'maruku/ext/fenced_code'
|
||||
|
||||
# Version and URL
|
||||
require 'maruku/version'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue