mirror of
https://github.com/typst/typst
synced 2025-08-11 13:47:55 +08:00
fmt
This commit is contained in:
parent
8be262932a
commit
d1ca76cc9b
@ -14,7 +14,8 @@ use super::Lang;
|
|||||||
use crate::diag::{At, FileError, SourceResult, StrResult};
|
use crate::diag::{At, FileError, SourceResult, StrResult};
|
||||||
use crate::engine::Engine;
|
use crate::engine::Engine;
|
||||||
use crate::foundations::{
|
use crate::foundations::{
|
||||||
cast, elem, scope, Bytes, Content, Derived, NativeElement, OneOrMultiple, Packed, PlainText, Show, ShowSet, Smart, StyleChain, Styles, Synthesize, TargetElem
|
cast, elem, scope, Bytes, Content, Derived, NativeElement, OneOrMultiple, Packed,
|
||||||
|
PlainText, Show, ShowSet, Smart, StyleChain, Styles, Synthesize, TargetElem,
|
||||||
};
|
};
|
||||||
use crate::html::{tag, HtmlElem};
|
use crate::html::{tag, HtmlElem};
|
||||||
use crate::layout::{BlockBody, BlockElem, Em, HAlignment};
|
use crate::layout::{BlockBody, BlockElem, Em, HAlignment};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user