Macro Syntax Error
File: language\reference\block-elements\lists.de.md
Line 22 in Markdown file: unexpected char '`' at 447
Das `list` Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `format` | `LabelFormat` | `arabic`| Format used for the automatically generated label of the items in this list. |
| `fullnumbering` | `xs:boolean` | `false`| Whether or not the automatically generated labels of a list item of this list should include the full numbering of all of its parent navigation items or only its number in the list of the children of its parent. |
| `indent` | `Length | Auto` | `auto`| The horizontal length by which subitems should be indented as length value or "auto", which means that the application will indent by a default length, which is guaranteed to be strictly greater than 0. |
| `lastsep` | `xs:boolean` | `true`| Controls whether the last separator should be shown in the automatically generated label of the items in this list. |
| `name` | `Name` | -| Name des Elements. Dieser muss eindeutig unter allen Elementen in der Kursvariante sein. |
| `postfix` | `xs:string` | | Text that is displayed after the enumerator of each list item in this list. |
| `prefix` | `xs:string` | | Text that is displayed before the enumerator of each list item in this list. |
| `separator` | `xs:string` | `.`| Separator used in the automatically generated label of the items in this list. |
| `tags` | `TokenList` | | Durch Leerzeichen getrennte Liste von Etiketten, welches dieses Element haben soll. |