MarlinFirmware / Configurations

Configurations for Marlin Firmware
https://marlinfw.org
GNU General Public License v3.0
2.03k stars 3.36k forks source link

Use New Markdown Alerts #964

Closed thisiskeithb closed 12 months ago

thisiskeithb commented 1 year ago

Description

GitHub supports new markdown Alerts to highlight "Note", "Important", and "Warning" blocks of text, so I've implemented it here.

Examples:

[!NOTE]
Highlights information that users should take into account, even when skimming.

[!IMPORTANT]
Crucial information necessary for users to succeed.

[!WARNING]
Critical content demanding immediate user attention due to potential risks.

Benefits

More visible callouts for notes/important information.