From 7c0d9130eb01b053f1546d2bbffb396010dea0a5 Mon Sep 17 00:00:00 2001 From: LN Liberda Date: Mon, 24 Feb 2025 03:28:25 +0100 Subject: [PATCH] fix: expose and default to no-content-hint in typlite (#1381) --- crates/typlite/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/typlite/Cargo.toml b/crates/typlite/Cargo.toml index 101a7b324..0422338e1 100644 --- a/crates/typlite/Cargo.toml +++ b/crates/typlite/Cargo.toml @@ -37,9 +37,10 @@ insta.workspace = true regex.workspace = true [features] -default = ["cli", "embed-fonts"] +default = ["cli", "embed-fonts", "no-content-hint"] clap = ["dep:clap"] cli = ["clap", "clap/wrap_help"] +no-content-hint = ["tinymist-project/no-content-hint"] # Embeds Typst's default fonts for # - text (Linux Libertine),