@def title = "Sandbox"
Where I try configuration things.
Text before.
isdir("plots") || mkdir("plots")
cp("_assets/jso.png", "__site/assets/something.png"; force=true)
print("No errors")
\output{./copy-jso.jl}
Text after. Don't add text between input and output.
Code inline x = 2
. Also math
{{ rfig something.png JSO logo - testing that rfig works }}
We use Ionicons, through Bulma.
Icons will have to be pure HTML, so wrap it in ~~~
so Franklin doesn't parse it.
Example:
~~~
<span class="icon has-text-info">
<ion-icon name="copy"></ion-icon>
</span>
~~~
Generates
<span class="icon has-text-info">
<ion-icon name="copy"></ion-icon>
</span>