Closed KronosTheLate closed 11 months ago
It works just like an @repl
block in Documenter, so everything has to be defined in the block. I’m not sure why include doesn’t work though, I’ll have to look into that. using
should work though.
https://github.com/ericphanson/Asciicast.jl/pull/33 fixes the issue with include
, and adds documentation explaining why everything must be defined within the cast""
block.
I am having an issue with
include
not being defined.include("my_file.jl")
I also tried defining a custum function, but got the same error. What is up with that? I just installed the package into a 1.10 RC environment, so I should have the latest version.