]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Work around quoting hell
authorskullY <skullydazed@gmail.com>
Mon, 3 Jul 2017 18:35:29 +0000 (11:35 -0700)
committerskullY <skullydazed@gmail.com>
Mon, 3 Jul 2017 18:35:29 +0000 (11:35 -0700)
docs/documentation_best_practices.md

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