Cargo Features

[dependencies]
linemd = { version = "0.4.0", default-features = false, features = ["html", "svg"] }
default = html

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

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