Macro Syntax Error
File: language\reference\block-elements\figures.de.md
Line 5 in Markdown file: unexpected char '`' at 43
Das `figureblock` Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `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 des Elements. Dieser muss eindeutig unter allen Elementen in der Kursvariante sein. |
| `numbered` | `xs:boolean` | `true`| Entscheidet, ob die Abbildung nummeriert sein soll oder nicht. |
| `tags` | `TokenList` | | Durch Leerzeichen getrennte Liste von Etiketten, welches dieses Element haben soll. |