Closed payneio closed 8 years ago
gem "middleman-syntax" gem "asciidoctor"
set :markdown_engine, :redcarpet set :markdown, fenced_code_blocks: true, smartypants: true activate :syntax, line_numbers: true activate :asciidoc set :asciidoc_attributes, %w(source-highlighter=rouge imagesdir=images)
When a template is *.html.md, the code block gets decorated.
When a template is *.html.asciidoc, the code block does not get decorated.
That is correct, this extension does not include any support for Asciidoc.
When a template is *.html.md, the code block gets decorated.
When a template is *.html.asciidoc, the code block does not get decorated.