summaryrefslogtreecommitdiffstats
path: root/docs/documentation_best_practices.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-07-03 10:33:13 +0200
committerskullY <skullydazed@gmail.com>2017-07-03 10:33:13 +0200
commit80cc23e9128ca89340cabc3517afc440489013fe (patch)
treed24748db29d5a46a93e6f2e406a1b8ffc67fad6b /docs/documentation_best_practices.md
parentd8e29b53fe5d57f2102b77f0ce9932cdb8b021b2 (diff)
downloadqmk_firmware-80cc23e9128ca89340cabc3517afc440489013fe.tar.gz
qmk_firmware-80cc23e9128ca89340cabc3517afc440489013fe.tar.xz
fix the info boxes
Diffstat (limited to 'docs/documentation_best_practices.md')
-rw-r--r--docs/documentation_best_practices.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/documentation_best_practices.md b/docs/documentation_best_practices.md
index 1c06387f7..5b02ac0f4 100644
--- a/docs/documentation_best_practices.md
+++ b/docs/documentation_best_practices.md
@@ -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 %}