diff options
Diffstat (limited to 'docs/documentation_best_practices.md')
-rw-r--r-- | docs/documentation_best_practices.md | 8 |
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 | |||
23 | You can have styled hint blocks drawn around text to draw attention to it. | 23 | You can have styled hint blocks drawn around text to draw attention to it. |
24 | 24 | ||
25 | {% hint style='info' %} | 25 | {% hint style='info' %} |
26 | This uses \{\% hint style='info' \%\} | 26 | This uses \{% hint style='info' %\} |
27 | {% endhint %} | 27 | {% endhint %} |
28 | 28 | ||
29 | {% hint style='tip' %} | 29 | {% hint style='tip' %} |
30 | This uses \{\% hint style='tip' \%\} | 30 | This uses \{% hint style='tip' %\} |
31 | {% endhint %} | 31 | {% endhint %} |
32 | 32 | ||
33 | {% hint style='danger' %} | 33 | {% hint style='danger' %} |
34 | This uses \{\% hint style='danger' \%\} | 34 | This uses \{% hint style='danger' %\} |
35 | {% endhint %} | 35 | {% endhint %} |
36 | 36 | ||
37 | {% hint style='working' %} | 37 | {% hint style='working' %} |
38 | This uses \{\% hint style='working' \%\} | 38 | This uses \{% hint style='working' %\} |
39 | {% endhint %} | 39 | {% endhint %} |