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
Copy file name to clipboardExpand all lines: docs/quickstart/usage_example/julia_demos/2.cover_on_the_fly.jl
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -30,28 +30,28 @@ cover
30
30
# There are cases that you want to hide the codes related to asset generation, e.g., the
31
31
# `save(...)` line. Fortunately, this is doable by combining the syntax of Documenter and Literate.
32
32
# For example, the following code can be inserted to whereever you need to generate the assets.
33
-
# The [`#src` flag](https://fredrikekre.github.io/Literate.jl/v2/fileformat/#Filtering-Lines) is used as a filter to tell Literate that this line is reserved only in the
34
-
# original source codes.
33
+
# The [`#src` flag](https://fredrikekre.github.io/Literate.jl/v2/fileformat/#Filtering-Lines) is
34
+
#used as a filter to tell Literate that this line is reserved only in the original source codes.
0 commit comments