Cargo Features

[dependencies]
jotdown = { version = "0.4.0", default-features = false, features = ["html", "deterministic"] }
default = html

The html feature is set by default whenever jotdown is added without default-features = false somewhere in the dependency tree.

html default

html renderer and minimal cli binary

Affects jotdown::html

Required by the binary

deterministic

for stable fuzzing