Properties
MathInline
id | String | Entity | |
code | mathLanguage | Cord | Math |
mathLanguage | String | Math | |
authors | Author | Math | |
provenance | ProvenanceCount | Math | |
compilationDigest | codemathLanguage | CompilationDigest | Math |
compilationMessages | CompilationMessage | Math | |
mathml | code | String | Math |
images | ImageObject | Math |
Related
MathInline
Parents: MathChildren: none
Bindings
MathInline
Python class MathInlineRust struct MathInlineTypeScript class MathInline
Testing
MathInline
code | Cord::from("math") | ||
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) | |||
mathLanguage | Some(String::from("tex")) | ||
option::of(r"[a-zA-Z0-9]{1,10}") | |||
option::of(String::arbitrary()) |
MathInline.yamldocs_types.rs