Text
String
value
Analogues
Text
schema.org Text: Direct schema.org source type, adapted in Stencila from a scalar data type into a first-class node. HTML text node : Closest DOM analogue for literal text content, though Stencila text nodes can carry identity and metadata through Entity. Pandoc Str: Close Pandoc analogue for plain inline text, though Pandoc splits spaces and line breaks into separate inline constructors. MDAST Text: Closest MDAST analogue for text leaf nodes.
Properties
Text
value | Cord | ||
compilationMessages | CompilationMessage | ||
id | String | Entity |
Related
Text
Parents: EntityChildren: none
Bindings
Text
Testing
Text
value | Cord::from("text") | ||
r"[a-zA-Z0-9]{1,10}".prop_map(Cord::from) | |||
r"[a-zA-Z0-9 \t\-_.!?*+-/()'<>=]{1,100}".prop_map(Cord::from) | |||
String::arbitrary().prop_map(Cord::from) |
Text.yamldocs_types.rs