Inline Content
Union type for valid inline content.
The order of these types is important because it determines the order of attempted coercion (this is particularly important for primitive types).
Members​
@id | Type | Description |
---|---|---|
schema:AudioObject | AudioObject | An audio file |
stencila:Cite | Cite | A reference to a CreativeWork that is cited in another CreativeWork. |
stencila:CiteGroup | CiteGroup | A group of Cite nodes. |
stencila:CodeExpression | CodeExpression | An executable programming code expression. |
stencila:CodeFragment | CodeFragment | Inline code. |
stencila:Delete | Delete | Content that is marked for deletion |
stencila:Emphasis | Emphasis | Emphasised content. |
schema:ImageObject | ImageObject | An image file. |
stencila:Link | Link | A hyperlink to other pages, sections within the same document, resources, or any URL. |
stencila:MathFragment | MathFragment | A fragment of math, e.g a variable name, to be treated as inline content. |
stencila:NontextualAnnotation | NontextualAnnotation | Inline text that has a non-textual annotation. |
stencila:Note | Note | Additional content which is not part of the main content of a document. |
stencila:Parameter | Parameter | A parameter of a document or function. |
stencila:Quote | Quote | Inline, quoted content. |
stencila:Strong | Strong | Strongly emphasised content. |
stencila:Subscript | Subscript | Subscripted content. |
stencila:Superscript | Superscript | Superscripted content. |
schema:VideoObject | VideoObject | A video file. |
stencila:Null | Null | The null value |
schema:Boolean | Boolean | A value that is either true or false |
schema:Integer | Integer | A value that is a integer |
schema:Number | Number | A value that is a number |
schema:Text | String | A value comprised of a string of characters |
Available as​
Source​
This documentation was generated from InlineContent.schema.yaml.