1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Set docs to be parsed with Markdown.

This commit is contained in:
Nathan Weizenbaum 2009-04-07 16:55:14 -07:00
parent 648b488893
commit 5c4413fbd2

View file

@ -100,7 +100,7 @@ begin
files.exclude('TODO')
t.files = files.to_a
t.options << '-r' << 'README.md'
t.options << '-r' << 'README.md' << '-m' << 'maruku'
end
task :doc => :yardoc