Crates.io | pullup |
lib.rs | pullup |
version | 0.3.8 |
source | src |
created_at | 2023-11-22 22:14:14.103552 |
updated_at | 2024-10-29 02:03:54.05926 |
description | Convert between markup formats |
homepage | |
repository | |
max_upload_size | |
id | 1045555 |
size | 82,837 |
Pullup converts between pulldown parser events for various markup formats.
Currently supported markup formats:
Formats are disabled by default and must be enabled via features before use.
pulldown_cmark
is used to parse
Markdown). The parser creates an iterator of markup-specific Event
s.Event
s into the multi-format ParserEvent
provided by
this crate.
assert
module.ParserEvent
s.ParserEvents
and output to a different format.