You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs/make.jl script first walks the source hierarchy and uses Literate.markdown to process each Julia source file and write a corresponding markdown file to docs/src.
Those .md files are codefenced with @example blocks. Attemptinig to execute those blocks causes Documenter to fail.
In the documentation for Literate.DEFAULT_CONFIGURATION, the explanations for codefence and execute seem inconsistent in that execute should not be true for Markdown files.
In https://github.com/MarkNahabedian/MattParkerJigsawPuzzleProblem.jl I'm trying to use Literate and Documenter to generate documentation.
The
docs/make.jl
script first walks the source hierarchy and usesLiterate.markdown
to process each Julia source file and write a corresponding markdown file todocs/src
.Those
.md
files are codefenced with@example
blocks. Attemptinig to execute those blocks causes Documenter to fail.In the documentation for
Literate.DEFAULT_CONFIGURATION
, the explanations forcodefence
andexecute
seem inconsistent in thatexecute
should not be true for Markdown files.Also, in this function
Literate.jl/src/Literate.jl
Line 305 in 90b2468
@example
ifexecute
is true.The text was updated successfully, but these errors were encountered: