-
Notifications
You must be signed in to change notification settings - Fork 2.1k
doc/guides: Note Blocks are not rendered #21766
Copy link
Copy link
Labels
Area: docArea: DocumentationArea: DocumentationType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
For some reason the :::note blocks in the Markdown documentation are not rendered.
RIOT/doc/guides/advanced_tutorials/creating_modules.md
Lines 84 to 89 in 2bdb5c0
| :::note | |
| The name of an external module must be unique (both in regard to other | |
| external modules, as well to native RIOT modules). Additionally, the | |
| directory containing the module must match the module name, e.g. | |
| module `foo` must be located in `<PATH_IN_EXTERNAL_MODULE_DIRS>/foo`. | |
| ::: |
This is what it should look like:
This is what it looks like:
https://guide.riot-os.org/advanced_tutorials/creating_modules

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: docArea: DocumentationArea: DocumentationType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)