A fragment of math, e.g a variable name, to be treated as inline content.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
text | schema:text | string | The text of the equation in the language. | Math |
errors | stencila:errors | Array of string | Errors that occurred when parsing the math equation. See note 1. | Math |
id | schema:id | string | The identifier for this item. | Entity |
mathLanguage | stencila:mathLanguage | string | The language used for the equation e.g tex, mathml, asciimath. | Math |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
CodeChunk.errors
which is an array of CodeError
nodes. Strings are considered to be sufficient for math parsing errors which usually wonβt have stack traces, line numbers etc.This documentation was generated from MathFragment.schema.yaml.