Fix merge

This commit is contained in:
Malo 2025-07-16 02:45:56 +01:00
parent fc098322f9
commit 5a1f539b2d

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;