Hellos
I was testing for fun the Weave.jl package, and I noticed that I cannot make some Unicode symbols to appear. Here an exemple, I create the file test.jmd
with the lines:
---
title : Test
date : today
---
ā
# Section 1
ā
```{julia;echo=true;fig_cap="A random walk."; label="random1"; out_width="9cm"; out_height="4cm"}
@show 1+1
Ī± = "š“"
using Plots
scatter(rand(10), rand(10), markersize=10, size=(800,600))
`` (please include one extra '`' here for the code to be correct, and remove this comment)
here some symbols : š“ (\:palm_tree:)
And my palm_tree does not show up:
Does Weave does not have full support for Unicode ? Or is Latex/Pandoc that is hidding my ?