mirror of
https://github.com/typst/typst
synced 2025-08-12 14:17:55 +08:00
Fix broken links in docs (#6734)
This commit is contained in:
parent
0b91d2e051
commit
8f1e446546
@ -35,6 +35,6 @@ around the parser and AST.
|
|||||||
The reparsing algorithm is explained in Section 4 of [Martin's thesis][thesis]
|
The reparsing algorithm is explained in Section 4 of [Martin's thesis][thesis]
|
||||||
(though it changed a bit since).
|
(though it changed a bit since).
|
||||||
|
|
||||||
[ra]: https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/syntax.md
|
[ra]: https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/syntax.md
|
||||||
[thesis]:
|
[thesis]:
|
||||||
https://www.researchgate.net/publication/364622490_Fast_Typesetting_with_Incremental_Compilation
|
https://www.researchgate.net/publication/364622490_Fast_Typesetting_with_Incremental_Compilation
|
||||||
|
@ -36,8 +36,8 @@ _Thanks to [@PgBiel](https://github.com/PgBiel) for his work on tables!_
|
|||||||
- Templates and packages are now organized by category and discipline. Filter
|
- Templates and packages are now organized by category and discipline. Filter
|
||||||
packages by either taxonomy in the _Start from template_ wizard. If you are a
|
packages by either taxonomy in the _Start from template_ wizard. If you are a
|
||||||
package author, take a look at the new documentation for
|
package author, take a look at the new documentation for
|
||||||
[categories](https://github.com/typst/packages/blob/main/CATEGORIES.md) and
|
[categories](https://github.com/typst/packages/blob/main/docs/CATEGORIES.md) and
|
||||||
[disciplines](https://github.com/typst/packages/blob/main/DISCIPLINES.md).
|
[disciplines](https://github.com/typst/packages/blob/main/docs/DISCIPLINES.md).
|
||||||
|
|
||||||
## Context
|
## Context
|
||||||
- Added _context expressions:_ Read the chapter on [context] to get started
|
- Added _context expressions:_ Read the chapter on [context] to get started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user