|
|
|
@ -221,6 +221,9 @@ content = """ |
|
|
|
## Indented comment |
|
|
|
## Indented comment |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Semicolon output supression |
|
|
|
|
|
|
|
1 + 1; |
|
|
|
|
|
|
|
|
|
|
|
#nb # A notebook cell with special metadata |
|
|
|
#nb # A notebook cell with special metadata |
|
|
|
#nb %% Meta1 {"meta": "data"} |
|
|
|
#nb %% Meta1 {"meta": "data"} |
|
|
|
#nb 1+1 |
|
|
|
#nb 1+1 |
|
|
|
@ -279,6 +282,8 @@ const expansion_warning = get(ENV, "HAS_JOSH_K_SEAL_OF_APPROVAL", "") == "true" |
|
|
|
# Indented comment |
|
|
|
# Indented comment |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 + 1; |
|
|
|
|
|
|
|
|
|
|
|
# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl |
|
|
|
# This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
""" |
|
|
|
@ -458,6 +463,13 @@ end |
|
|
|
end |
|
|
|
end |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Semicolon output supression |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```@example inputfile |
|
|
|
|
|
|
|
1 + 1; |
|
|
|
|
|
|
|
nothing #hide |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).* |
|
|
|
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).* |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
""" |
|
|
|
|