Macro Syntax Error
File: language\reference\block-elements\solutionhints.en.md
Line 51 in Markdown file: unexpected char '`' at 1625
The `solutionhint` element supports the following attributes:
| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `mode` | `SolutionHintMode` | `sequence`| Whether the steps of this element should be displayed in the solution hint in sequence (sequence), with several steps visible at once where the new ones are appended below the last one (append), or in a modal dialogue that can be opened by clicking a button (modal). |
| `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. |
| `to` | `Name` | -| When set, links this solution hint to the input element of the page with the given name. Must be the name of an "input", "inputblock" or "booleangroup" element. |