mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: expose and default to no-content-hint in typlite (#1381)
This commit is contained in:
parent
e9eb6e6c95
commit
7c0d9130eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue