Weave.jl/test/documents/publish_test.jmd

18 lines
174 B
Plaintext

---
title : Test
author: Matti Pastell
date : today
---
# Header
```julia
using Plots
gr()
scatter(1:10)
```
```julia; fig_cap = "Hello"; label = "somefig"
plot(1:10)
```