Macro Syntax Error
File: language\reference\inline-elements\picture.de.md
Line 23 in Markdown file: unexpected char '`' at 980
Das `picture` Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `filepath` | `xs:string` | -| Path to the image file relative to the current document. |
| `maxheight` | `LengthPercentage | None` | `none`| Maximal height of this media object as length percentage value or "none", which means that there should be no limit on the height of the object. |
| `maxwidth` | `LengthPercentage | None` | `none`| Maximal width of this media object as length percentage value or "none", which means that there should be no limit on the width of the object. |
| `minheight` | `LengthPercentage | Auto` | `auto`| Minimum height of this media object as length percentage value or "auto", which means that the application will calculate and select a minimum height. |
| `minwidth` | `LengthPercentage | Auto` | `auto`| Minimum width of this media object as length percentage value or "auto", which means that the application will calculate and select a minimum width. |
| `name` | `Name` | -| Name des Elements. Dieser muss eindeutig unter allen Elementen in der Kursvariante sein. |
| `tags` | `TokenList` | | Durch Leerzeichen getrennte Liste von Etiketten, welches dieses Element haben soll. |