Macro Syntax Error
File: language\reference\input-fields\inline\vectors.en.md
Line 26 in Markdown file: unexpected char '`' at 611
The `vector` element supports the following attributes:
| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `defaultsize` | `xs:positiveInteger | Auto` | -| Initial number of components in this vector that are already there when the user loads the page. When this attribute is set to auto, the default size is the size of the first vector written as solution in this input value element. |
| `maxsize` | `xs:positiveInteger | Unbounded` | -| Maximum number of components in this vector or the special value "unbounded", which means that there is no upper bound on the size of the vector. |
| `minsize` | `xs:positiveInteger` | -| Minimum number of components in this vector. |
| `model` | `Name` | -| Name of the model to use for this input value. If this attribute is not set, the input model associated to the input field containing this input value is used. |
| `type` | `VectorType` | -| Type of the vector (column vector or row vector). |