avdi / quarto

MIT License
469 stars 29 forks source link

Fix inline doc for Rakefile content #14

Closed saturnflyer closed 10 years ago

saturnflyer commented 10 years ago

The previous docs would set the require 'quarto/tasks' to be inline but because the code was set to be displayed as ruby code and no newline was present before the code block, the ruby processing command was displayed as text.

This changes the docs from saying ruby require 'quarto/tasks' to require 'quarto/tasks'

As a result, the display code is no longer inline, but it is syntax highlighted.

avdi commented 10 years ago

This may be the longest explanation for the shortest commit ever ;-)

saturnflyer commented 10 years ago

i thought the same thing writing it. :-P