fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
534 stars 61 forks source link

Option to capture errors? #201

Open tpoisot opened 2 years ago

tpoisot commented 2 years ago

I'm using Literate.jl to work on some class material, and in specific cases, I would like a code block to result in an error -- this is mostly to walk students through reading error messages.

Is there a way to keep error messages (possibly on a per-chunk basis)?

BeastyBlacksmith commented 1 year ago

I am looking for the same thing