Cargo Features

[dependencies]
markdown-ppp = { version = "1.4.0", default-features = false, features = ["parser", "ast-serde", "printer", "html-printer"] }
default = html-printer, parser, printer

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

parser default = entities, nom, unicode_categories

Affects markdown-ppp::parser

ast-serde = serde
printer default = pretty

Affects markdown-ppp::printer

html-printer default = pretty

Affects markdown-ppp::html_printer

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.

entities parser
nom parser
pretty html-printer printer
serde ast-serde?
unicode_categories parser