Cargo Features
[dependencies]
linemd = { version = "0.4.0", default-features = false, features = ["html", "svg"] }
- default = html
-
The
html
feature is set by default wheneverlinemd
is added without
somewhere in the dependency tree.default-features = false - html default
-
Enables HTML rendering code.
Affects
linemd::html
…Required by the binary
- svg
-
Enables SVG rendering code.
Affects
linemd::svg
…Required by the binary