Skip to content

Macro Syntax Error

File: language\reference\block-elements\tables.en.md

Line 48 in Markdown file: unexpected char '`' at 895

The `table` element supports the following attributes:

| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `border` | `xs:boolean` | `true`| Controls whether this table should have a border. |
| `maxheight` | `LengthPercentage | None` | `none`| Maximum height of the table. The special value "none" means that the height of the table will be automatically calculated from its content. |
| `name` | `Name` | -| Name of this element. Must be unique among all element names in this course variant. |
| `sortable` | `xs:boolean` | `false`| Whether or not the user is allowed to sort the table by a column of his or her choice. |
| `striped` | `xs:boolean | Auto` | `auto`| Whether or not the backgrounds of the rows of this table should be alternating between a light and dark color. When set to auto, the application will apply a default behavior. |
| `tags` | `TokenList` | | Whitespace-separated list of tags of this element. |