From f35700047ddfb02650c28c66f903bd31ce926938 Mon Sep 17 00:00:00 2001 From: Nikita Khateev Date: Fri, 8 Dec 2023 15:56:17 +0400 Subject: [PATCH] [19] add comment for styled blocks --- docs/templates/pallet.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/templates/pallet.adoc b/docs/templates/pallet.adoc index 0d7457e..33881f4 100644 --- a/docs/templates/pallet.adoc +++ b/docs/templates/pallet.adoc @@ -30,6 +30,8 @@ pub fn dispatchable_name( ---- Freeform description of the dispatchable. It is good to include the important things that should be included there. +// four following blocks show how to make a higlight of some information. It will become a styled block + NOTE: This is how you state important information that should be acknowledged IMPORTANT: This is how you put some information that should not be missed