We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
line_width
1 parent 16b360f commit 14698e3Copy full SHA for 14698e3
src/JSOTutorials.jl
@@ -12,6 +12,7 @@ default_builds = (:github, )
12
function weave_file(folder, file, build_list = default_builds)
13
target = joinpath(repo_directory, "tutorials", folder, file)
14
@info("Weaving $(target)")
15
+ set_chunk_defaults!(:line_width => 200)
16
17
if isfile(joinpath(repo_directory, "tutorials", folder, "Project.toml"))
18
@info("Instantiating", folder)
0 commit comments