diff options
| author | Lachlan Kermode <lachiekermode@gmail.com> | 2025-06-02 16:15:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-02 14:15:04 +0000 |
| commit | 6164ade9cecf1f7bf475d24e0123c3664b8490a8 (patch) | |
| tree | 164372a951be61bc3400af277ad90f41209aeb5e /docs/dev/architecture.md | |
| parent | fd08c4bb3f55400e0fb9f461f463da19169a04a0 (diff) | |
Add `typst-html` to architecture crates list (#6364)
Diffstat (limited to 'docs/dev/architecture.md')
| -rw-r--r-- | docs/dev/architecture.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index bbae0679..3620d4fd 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -12,6 +12,7 @@ Let's start with a broad overview of the directories in this repository: - `crates/typst-cli`: Typst's command line interface. This is a relatively small layer on top of the compiler and the exporters. - `crates/typst-eval`: The interpreter for the Typst language. +- `crates/typst-html`: The HTML exporter. - `crates/typst-ide`: Exposes IDE functionality. - `crates/typst-kit`: Contains various default implementation of functionality used in `typst-cli`. |
