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:
parent
648b488893
commit
5c4413fbd2
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue