mirror of
https://github.com/typst/typst
synced 2025-07-28 06:47:53 +08:00
Fix merge
This commit is contained in:
parent
fc098322f9
commit
5a1f539b2d
@ -4,11 +4,11 @@ use serde::Serialize;
|
|||||||
use typst::diag::{bail, HintedStrResult, StrResult, Warned};
|
use typst::diag::{bail, HintedStrResult, StrResult, Warned};
|
||||||
use typst::engine::Sink;
|
use typst::engine::Sink;
|
||||||
use typst::foundations::{Content, IntoValue, LocatableSelector, Scope};
|
use typst::foundations::{Content, IntoValue, LocatableSelector, Scope};
|
||||||
use typst::html::HtmlDocument;
|
|
||||||
use typst::layout::PagedDocument;
|
use typst::layout::PagedDocument;
|
||||||
use typst::syntax::{Span, SyntaxMode};
|
use typst::syntax::{Span, SyntaxMode};
|
||||||
use typst::{Document, World};
|
use typst::{Document, World};
|
||||||
use typst_eval::eval_string;
|
use typst_eval::eval_string;
|
||||||
|
use typst_html::HtmlDocument;
|
||||||
|
|
||||||
use crate::args::{QueryCommand, SerializationFormat, Target};
|
use crate::args::{QueryCommand, SerializationFormat, Target};
|
||||||
use crate::compile::print_diagnostics;
|
use crate::compile::print_diagnostics;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user