From 80cc23e9128ca89340cabc3517afc440489013fe Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 3 Jul 2017 01:33:13 -0700 Subject: [PATCH] fix the info boxes --- docs/documentation_best_practices.md | 8 ++++---- 1 file 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 %}