summaryrefslogtreecommitdiff
path: root/crates/typst-docs/src
AgeCommit message (Collapse)Author
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-08-03Split markup and math shorthands for docsLaurenz
2023-08-03Add shorthands to category pagesMartin Haug
2023-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-04Adapt docs infrastructureLaurenz
2023-07-03Move roadmap into this repositoryLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz