Bug description
Using unicode letters and rendering to pdf results in the letters bein omitted (on manjaro linux, vscode). Setting
mainfont: Times New Roman
lets me render unicode in the main text flow, but not in code blocks. Also this option results in an error when run on my system because the font is not installed. This is not the best UX. This should just work without user interaction.
See this example:
---
title: "test"
jupyter: julia-1.8
---
```{julia}
α=3
```
α is a great constant.
The output is

Checklist
Bug description
Using unicode letters and rendering to pdf results in the letters bein omitted (on manjaro linux, vscode). Setting
lets me render unicode in the main text flow, but not in code blocks. Also this option results in an error when run on my system because the font is not installed. This is not the best UX. This should just work without user interaction.
See this example:
The output is

Checklist