Skip to content

Macro Syntax Error

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

Line 5 in Markdown file: unexpected char '`' at 40

The `figureblock` element supports the following attributes:

| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `kind` | `Auto | FigureKind` | `auto`| Kind of the figure. This is used for numbering and is displayed as part of the caption. When the default value "auto" is used, the kind is automatically inferred from the content of the figureblock by looking for video, picture, codelisting and table elements. If the value is "auto" but no kind can be determined from the content, the kind is assigned the value "misc". |
| `name` | `Name` | -| Name of this element. Must be unique among all element names in this course variant. |
| `numbered` | `xs:boolean` | `true`| Whether or not the figure should be numbered. |
| `tags` | `TokenList` | | Whitespace-separated list of tags of this element. |