Cargo Features

[dependencies]
ftml = { version = "1.24.0", default-features = false, features = ["html", "mathml"] }
default = html, mathml

These default features are set whenever ftml is added without default-features = false somewhere in the dependency tree.

html default mathml = parcel_css

Adds HTML rendering.

Affects render::html, url::normalize_link

mathml default = html, latex2mathml

Adds LaTeX -> MathML support for rendering.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

latex2mathml mathml
parcel_css html