summaryrefslogtreecommitdiff
path: root/library/src/prelude.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-17 13:25:31 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-17 13:26:49 +0200
commit9bdc4a7de0fb685fa2b8d02280e70aa0b5d92bf9 (patch)
treee67c75c32183e734272943107ad2d034b1e8e818 /library/src/prelude.rs
parent428c55b6eed3536bb228924c6fb0ad6cea6d6d4b (diff)
Write PDF outline
Diffstat (limited to 'library/src/prelude.rs')
-rw-r--r--library/src/prelude.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/prelude.rs b/library/src/prelude.rs
index fc71e2c2..cb21a732 100644
--- a/library/src/prelude.rs
+++ b/library/src/prelude.rs
@@ -23,9 +23,9 @@ pub use typst::geom::*;
#[doc(no_inline)]
pub use typst::model::{
element, Behave, Behaviour, Construct, Content, ElemFunc, Element, Finalize, Fold,
- Introspector, Label, Locatable, LocatableSelector, Location, MetaElem, Resolve,
- Selector, Set, Show, StabilityProvider, StyleChain, StyleVec, Styles, Synthesize,
- Unlabellable, Vt,
+ Introspector, Label, Locatable, LocatableSelector, Location, MetaElem, PlainText,
+ Resolve, Selector, Set, Show, StabilityProvider, StyleChain, StyleVec, Styles,
+ Synthesize, Unlabellable, Vt,
};
#[doc(no_inline)]
pub use typst::syntax::{Span, Spanned};