From 37abd71d2aa304aa4c95c03166167008cc8836c3 Mon Sep 17 00:00:00 2001 From: ripdog Date: Mon, 18 Apr 2022 20:09:14 +1200 Subject: [PATCH] Highlight the hint about qmk doctor Co-authored-by: Drashna Jaelre --- docs/newbs_flashing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/newbs_flashing.md b/docs/newbs_flashing.md index 6ba07233330..7501e0926f1 100644 --- a/docs/newbs_flashing.md +++ b/docs/newbs_flashing.md @@ -108,7 +108,7 @@ However, this does rely on the bootloader being set by the keyboard. If this inf In this case, you'll have to fall back on specifying the bootloader. See the [Flashing Firmware](flashing.md) Guide for more details. -If your bootloader is not detected by `qmk flash`, try running `qmk doctor` for suggestions on how to fix common problems. +!> If your bootloader is not detected by `qmk flash`, try running `qmk doctor` for suggestions on how to fix common problems. ## Test It Out!