Skip to content

Commit

Permalink
List show_typst methods implemented in v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed May 20, 2024
1 parent 4134401 commit 53b651e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### Strings

- `show_typst` prints a value in Typst format, with Julia settings and Typst parameters given in an `IOContext`
- Implemented for `AbstractChar`, `AbstractFloat`, `AbstractMatrix`, `AbstractString`, `AbstractVector`, `Bool`, `Complex`, `Irrational`, `Nothing`, `OrdinalRange{<:Integer, <:Integer}`, `Rational`, `Regex`, `Signed`, `StepRangeLen{<:Integer, <:Integer, <:Integer}`, `Text`, and `TypstString`
- `show(::IO, ::MIME"text/typst", ::Any)` provides default settings to `show_typst`
- `Mode` is a setting that specifies the current Typst context
- `TypstString` is an `AbstractString` implementing the `String` interface and uses `show(::IO, ::MIME"text/typst", ::Any)` to print values to Typst format
Expand Down

0 comments on commit 53b651e

Please sign in to comment.