carpentries-incubator / julia-novice

A lesson exploring the Julia language
https://carpentries-incubator.github.io/julia-novice
Other
16 stars 23 forks source link

REPL highlighting #5

Open BeastyBlacksmith opened 3 years ago

BeastyBlacksmith commented 3 years ago

Documenter.jl has this nicely rendered REPL blocks does anyone know, whether its possible to get them also in the template?

tobyhodges commented 3 years ago

Not by default - the closest we have to this is the possibility of writing episode files in RMarkdown, which will take care of executing code chunks and including the output in the built pages - but I suspect you could set something up to route the page builds through Documenter.jl in the GitHub Actions for the lesson repository. That is not my area of expertise, I'm afraid, so the help I can provide will be limited.