]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fix the info boxes
authorskullY <skullydazed@gmail.com>
Mon, 3 Jul 2017 08:33:13 +0000 (01:33 -0700)
committerskullY <skullydazed@gmail.com>
Mon, 3 Jul 2017 08:33:13 +0000 (01:33 -0700)
docs/documentation_best_practices.md

index 1c06387f74d43b99d9f54bb8993fe4372c55cb81..5b02ac0f4a2b52cb0bf39aca65a5b73bc3321b9e 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 %}