|
|
|
@ -234,6 +234,11 @@ content = """ |
|
|
|
## Indented comment |
|
|
|
## Indented comment |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Some inline html |
|
|
|
|
|
|
|
# ```@raw html |
|
|
|
|
|
|
|
# <a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a> |
|
|
|
|
|
|
|
# ``` |
|
|
|
|
|
|
|
|
|
|
|
# Semicolon output supression |
|
|
|
# Semicolon output supression |
|
|
|
1 + 1; |
|
|
|
1 + 1; |
|
|
|
|
|
|
|
|
|
|
|
@ -600,6 +605,11 @@ end end |
|
|
|
end |
|
|
|
end |
|
|
|
```` |
|
|
|
```` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some inline html |
|
|
|
|
|
|
|
```@raw html |
|
|
|
|
|
|
|
<a href="https://github.com/fredrikekre/Literate.jl">Literate.jl</a> |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Semicolon output supression |
|
|
|
Semicolon output supression |
|
|
|
|
|
|
|
|
|
|
|
````@example inputfile |
|
|
|
````@example inputfile |
|
|
|
@ -1025,6 +1035,14 @@ end end |
|
|
|
] |
|
|
|
] |
|
|
|
""", |
|
|
|
""", |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
|
|
|
|
"source": [ |
|
|
|
|
|
|
|
"Some inline html\\n", |
|
|
|
|
|
|
|
"\\n", |
|
|
|
|
|
|
|
" <a href=\\"https://github.com/fredrikekre/Literate.jl\\">Literate.jl</a>" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
""", |
|
|
|
|
|
|
|
|
|
|
|
""" |
|
|
|
""" |
|
|
|
"metadata": { |
|
|
|
"metadata": { |
|
|
|
"meta": "data" |
|
|
|
"meta": "data" |
|
|
|
|