quarto icon indicating copy to clipboard operation
quarto copied to clipboard

'hello world' doesn't work

Open steveklabnik opened this issue 11 years ago • 0 comments

$ cat Rakefile
<snip>
  config.source_files = "foo.md"
end
$ cat foo.md 
# Hello

world
$ rake
mkdir -p build
create build/spine.xhtml
rake aborted!
Don't know how to build task ''

Tasks: TOP => default => deliverables => build/deliverables/secret.pdf => build/master/prince_master.xhtml => build/master/master.xhtml => build/skeleton.xhtml => build/codex.xhtml => build/sections/foo.xhtml => build/exports/foo.html
(See full trace by running task with --trace)

:cry:

steveklabnik avatar Sep 09 '13 20:09 steveklabnik