Macro Syntax Error
File: language\reference\inline-elements\link.en.md
Line 18 in Markdown file: unexpected char '`' at 427
The `link` element supports the following attributes:
| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `markexternal` | `xs:boolean` | `true`| Whether or the hyperlink should be visually marked as an external link or not. By default, external links are marked to show the user that they lead to another website. |
| `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. |
| `target` | `LinkTarget` | `blank`| Controls how the link should be opened: In a new tab (blank) or in the same tab (self). |
| `to` | `xs:anyURI` | -| URI of the external resource to which this link points. |