Skip to content

Macro Syntax Error

File: language\reference\inline-elements\code.en.md

Line 17 in Markdown file: unexpected char '`' at 431

The `code` element supports the following attributes:

| Attribute | Type | Default | Description |
| :- | :- | :- | :- |
| `lang` | `CodeLanguageIdentifier` | `plaintext`| Short string identifying the language of the code content, such as "plaintext" (no language), "xml", "java" or "cpp". The language defines a set of fixed language identifiers that should be used if possible. Otherwise, a custom language identifier can be used. |
| `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. |