浏览代码

fix the info boxes

skullY 8 年之前
父节点
当前提交
80cc23e912
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/documentation_best_practices.md

+ 4 - 4
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 %}