mirror of
https://github.com/typst/typst
synced 2025-05-24 22:15:28 +08:00
Fix intradoc links
This commit is contained in:
parent
ba05164bb6
commit
8be482c2c2
@ -16,8 +16,8 @@
|
|||||||
//! Next, the content is [typeset] into a [document] containing one [frame]
|
//! Next, the content is [typeset] into a [document] containing one [frame]
|
||||||
//! per page with items at fixed positions.
|
//! per page with items at fixed positions.
|
||||||
//! - **Exporting:**
|
//! - **Exporting:**
|
||||||
//! These frames can finally be exported into an output format (currently
|
//! These frames can finally be exported into an output format (currently PDF,
|
||||||
//! supported are [PDF] and [raster images]).
|
//! PNG, or SVG).
|
||||||
//!
|
//!
|
||||||
//! [tokens]: syntax::SyntaxKind
|
//! [tokens]: syntax::SyntaxKind
|
||||||
//! [parsed]: syntax::parse
|
//! [parsed]: syntax::parse
|
||||||
@ -29,8 +29,6 @@
|
|||||||
//! [typeset]: model::typeset
|
//! [typeset]: model::typeset
|
||||||
//! [document]: doc::Document
|
//! [document]: doc::Document
|
||||||
//! [frame]: doc::Frame
|
//! [frame]: doc::Frame
|
||||||
//! [PDF]: export::pdf
|
|
||||||
//! [raster images]: export::render
|
|
||||||
|
|
||||||
#![recursion_limit = "1000"]
|
#![recursion_limit = "1000"]
|
||||||
#![allow(clippy::comparison_chain)]
|
#![allow(clippy::comparison_chain)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user