Cargo Features

egui_commonmark_backend has no features set by default.

[dependencies]
egui_commonmark_backend = { version = "0.16.0", features = ["better_syntax_highlighting", "pulldown-cmark"] }
better_syntax_highlighting

Enables syntect

Affects misc::CommonMarkOptions.theme_light, misc::CommonMarkOptions.theme_dark

pulldown-cmark

Enables pulldown-cmark ^0.10

Affects egui_commonmark_backend::pulldown, misc::scroll_cache