]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/documentation_best_practices.md
Add missing files to _summary.md
[qmk_firmware.git] / docs / documentation_best_practices.md
index 1c06387f74d43b99d9f54bb8993fe4372c55cb81..8c5b4795a652d1efcbd8b2eb875bf4a1a94294cd 100644 (file)
@@ -23,17 +23,17 @@ Your page should generally have multiple "H1" headings. Only H1 and H2 headings
 You can have styled hint blocks drawn around text to draw attention to it.
 
 {% hint style='info' %}
-This uses \{\% hint style='info' \%\}
+This uses `hint style='info'`
 {% endhint %}
 
 {% hint style='tip' %}
-This uses \{\% hint style='tip' \%\}
+This uses `hint style='tip'`
 {% endhint %}
 
 {% hint style='danger' %}
-This uses \{\% hint style='danger' \%\}
+This uses `hint style='danger'`
 {% endhint %}
 
 {% hint style='working' %}
-This uses \{\% hint style='working' \%\}
+This uses `hint style='working'`
 {% endhint %}