render
Properties
RawBlock
id | String | Entity | |
format | String | ||
content | Cord | ||
compilationDigest | formatcontent | CompilationDigest | |
compilationMessages | contentcss | CompilationMessage | |
css | content | String | |
authors | Author | ||
provenance | ProvenanceCount |
Related
RawBlock
Parents: EntityChildren: none
Bindings
RawBlock
Testing
RawBlock
format | String::from("markdown") | ||
r"[a-zA-Z0-9]{1,10}" | |||
String::arbitrary() | |||
content | Cord::from("content") | ||
r"[a-zA-Z0-9]{1,10}".prop_map(Cord::from) | |||
r"[^\p{C}]{1,100}".prop_map(Cord::from) | |||
String::arbitrary().prop_map(Cord::from) |
RawBlock.yamldocs_types.rs