summaryrefslogtreecommitdiff
path: root/crates/typst-docs/src/html.rs
AgeCommit message (Collapse)Author
2024-02-28Move docs generation code (#3519)Laurenz
2024-02-28Externalize assets (#3515)Laurenz
2024-02-25Add `base()` injection getter to the typst-docs `Resolver` (#3484)Jacob Hummer
2024-01-17Add `Page` structLaurenz
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Streamline importsLaurenz
2023-10-30More Markdown features in docsLaurenz
2023-10-25Improve color and gradient docsLaurenz
2023-09-26Extract IDE crateLaurenz
2023-09-11Docs generation for typesLaurenz
2023-08-29Add a bit more docs to `compile`Laurenz
2023-08-25calm down clippy even more (#1997)Beiri22
2023-08-22Virtual path typeLaurenz
Fixes #1937
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-07-19Add infrastructure for compiler warnings (#1731)lolstork
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-04Adapt docs infrastructureLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz