Skip to content

Commit

Permalink
Regenerate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 10, 2024
1 parent 8b54f75 commit 0e19cff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ typst`compile input.typ output.pdf`
### Planned

- Support rendering in more environments
- IJulia.jl
- REPL Unicode?
- Other?
- Default `auto::Mode`?
Expand All @@ -108,7 +107,7 @@ typst`compile input.typ output.pdf`
- Standard Library
- LinearAlgebra.jl
- A symbolic `TypstFunction`?
- May faciliate Julia to Typst transpilation
- May faciliate partial Julia to Typst transpilation
- Examples
- `TypstString(TypstFunction(eval, :(1//2); mode = code)) == typst"eval("(1 / 2)", mode: \"code\")"`
- `TypstString(TypstFunction(*, :a, :b; mode = math)) == typst"(a) (b)"`
Expand Down

0 comments on commit 0e19cff

Please sign in to comment.