Macro Syntax Error
File: language\reference\inline-elements\picture.en.md
Line 24 in Markdown file: unexpected char '`' at 831
The `picture` element supports the following attributes:
| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `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 of this element. Must be unique among all element names in this course variant. |
| `tags` | `TokenList` | | Whitespace-separated list of tags of this element. |