Skip to content

Commit

Permalink
typst v0.4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed May 6, 2024
1 parent 26906f4 commit 035ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Typst library that brings convenient string formatting and interpolation throu

A few extras (beyond the Rust-like syntax) will be added over time, though (feel free to drop suggestions at the repository: https://github.com/PgBiel/typst-oxifmt). The first "extra" so far is the `fmt-decimal-separator: "string"` parameter, which lets you customize the decimal separator for decimal numbers (floats) inserted into strings. E.g. `strfmt("Result: {}", 5.8, fmt-decimal-separator: ",")` will return the string `"Result: 5,8"` (comma instead of dot). See more below.

**Compatible with:** [Typst](https://github.com/typst/typst) v0.4.0, v0.5.0, v0.6.0
**Compatible with:** [Typst](https://github.com/typst/typst) v0.4.0+

## Table of Contents

Expand Down

0 comments on commit 035ff02

Please sign in to comment.