Judo.jl
Judo.jl copied to clipboard
A Julia document generator
I'm trying to display an array of values, but it doesn't seem to work. Here is my julia code: `````` ```julia x = Array(Float64, 5) x ``` `````` Which give...
(If I understood the doc correctly) to have a block and its output displayed, I have to use `````` ```{.julia hide="false" display="true"} Code goes here `````` Wouldn't it make more...
On line 10 in Judo.jl ``` include("walkdir.jl") ``` This file doesn't seem to exist. Brilliant package btw - very much like knitr (might be worth a shout-out to knitr, whether...