Commit e72685a2 authored by Julius Volz's avatar Julius Volz

Minor comment clarification about output README.md.

parent 51082f46
......@@ -29,7 +29,7 @@ compile '*' do
filter :erb
if item[:title] == 'README.md'
# don't filter; this is for the GitHub repository
# Don't filter; this should propagate verbatim to the output GitHub repository.
elsif item[:extension] == 'md'
#filter :kramdown
filter :redcarpet, options: {filter_html: true, autolink: true, no_intraemphasis: true, fenced_code_blocks: true, gh_blockcode: true, tables: true}, renderer_options: {with_toc_data: true}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment