Macro Syntax Error
File: language\reference\inline-elements\link.de.md
Line 18 in Markdown file: unexpected char '`' at 446
Das `link` Element unterstützt die folgenden Attribute:
| Attribut | Typ | Standardwert | Beschreibung |
| :- | :- | :- | :- |
| `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 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. |
| `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. |