fix truly stupid markdown error
This commit is contained in:
parent
55c80d3bf6
commit
cf08b14ba3
3 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ module Middleman::CoreExtensions::FrontMatter
|
|||
|
||||
::Tilt::register RDiscountTemplate, 'markdown', 'mkd', 'md'
|
||||
::Tilt::register RedcarpetTemplate, 'markdown', 'mkd', 'md'
|
||||
::Tilt.prefer(RDiscountTemplate)
|
||||
app.set :markdown_engine, RDiscountTemplate
|
||||
|
||||
::Tilt::register RedClothTemplate, 'textile'
|
||||
::Tilt.prefer(RedClothTemplate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue