markdown/use_cases/Rakefile in markdown_helper-1.9.9 vs markdown/use_cases/Rakefile in markdown_helper-2.0.0
- old
+ new
@@ -25,10 +25,12 @@
include_with_added_comments
nest_inclusions
include_markdown
include_code_block
include_highlighted_code
+ include_text_as_comment
+ include_text_as_pre
include_generated_text
diagnose_missing_includee
diagnose_circular_includes
/,
:tables_of_contents => %w/
@@ -68,10 +70,9 @@
rescue
#
ensure
end
else
- p command
system(command)
end
end
# If the dir has a use case file, link to it.