Compare commits

...

2 Commits

Author SHA1 Message Date
Malo
cdc710adee
Merge 5a1f539b2db3f72a45033975003201a0b278ef0f into 9a6268050fb769e18c4889fa5f59d4150e8878d6 2025-07-16 03:46:09 +02:00
Malo
5a1f539b2d Fix merge 2025-07-16 02:45:56 +01:00

View File

@ -4,11 +4,11 @@ use serde::Serialize;
use typst::diag::{bail, HintedStrResult, StrResult, Warned};
use typst::engine::Sink;
use typst::foundations::{Content, IntoValue, LocatableSelector, Scope};
use typst::html::HtmlDocument;
use typst::layout::PagedDocument;
use typst::syntax::{Span, SyntaxMode};
use typst::{Document, World};
use typst_eval::eval_string;
use typst_html::HtmlDocument;
use crate::args::{QueryCommand, SerializationFormat, Target};
use crate::compile::print_diagnostics;