Cargo Features
Rotext has no features set by default.
[dependencies]
rotext = { version = "0.2.0", features = ["line-number", "block-id"] }
- line-number
-
Enables line-number of rotext_core
- block-id
-
Enables block-id of rotext_core
Affects
rendering::NewHtmlRendererOptions.should_include_block_ids
…