Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 860 Bytes

sandbox.md

File metadata and controls

45 lines (32 loc) · 860 Bytes

@def title = "Sandbox"

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")

\output{./copy-jso.jl}

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

{{ rfig something.png 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

<span class="icon has-text-info">
<ion-icon name="copy"></ion-icon>
</span>