Use Unicode in Typst
Open
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
I'd prefer if math converted to Typst used Unicode characters which is supported by Typst.
For instance, the following conversion transforms all elements of the equation into text.
```
> pandoc -t typst <<< '$\alpha + \beta = \lambda$'
$alpha plus beta eq lambda$
```
When I would prefer the output that we obtain when converting to plain for instance which is more readable.
```
> pandoc -t plain <<< '$\alpha + \beta = \lambda$'
α + β = λ
```
Is there any way to force pandoc to use Unicode first?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.