Hint Title
[content]
MakeCode has several custom macros that extend regular markdown. These provide extra style features and code / blocks rendering in the document pages.
The following macros are the MakeCode custom extensions to markdown.
Use * [ ]
to create a bullet point with a square and * [x]
for a checked bullet point
* [ ] unchecked bullet point
* [x] checked bullet point
* a regular bullet point
MakeCode targets have avatar icons that help express a more personalized message to a user. The avatar icon is specified by its class
name.
### ~avatar [class]
[content]
### ~
Example: the blink lesson and it’s markdown source.
Message boxes bring special attention to an idea or to something that the user must take note of. There are several types of message boxes.
### ~hint
#### Hint Title
[content]
### ~
Tutorial hints accept but do not require a closing #### ~
tag. They terminate automatically on the next heading with an equal or lesser level.
#### ~hint
##### Hint Title
[content]
### ~reminder
#### Reminder Title
[content]
### ~
### ~alert
#### Alert Title
[content]
### ~
### ~tip
#### Tip Title
[content]
### ~
As a navigation aid, the button macro is used to move to another page within the target’s document tree.
NEXT: Tutorials
## ~button /writing-docs/tutorials
NEXT: Tutorials
## ~
To disable auto-opening the README file in MakeCode, add
### @autoOpen false