Sandbox

Where I try configuration things.

rfig

Text before.

isdir("plots") || mkdir("plots")
cp("_assets/jso.png", "__site/assets/something.png"; force=true)
print("No errors")
No errors

Text after. Don't add text between input and output. Code inline x = 2. Also math \(\int x\).

JSO logo - testing that rfig works

Icons

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