From f0c282e0c047b07c51d184c449f7e9df4bb4a851 Mon Sep 17 00:00:00 2001 From: Petra Baranski Date: Tue, 25 Jul 2023 22:23:02 +0200 Subject: [PATCH] docs: update info about code block with class --- docs/definitions.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/definitions.md b/docs/definitions.md index 862b956..f6e9484 100644 --- a/docs/definitions.md +++ b/docs/definitions.md @@ -220,6 +220,18 @@ results in

 some code
 
+``` + + ```cpp + int a = 42; + ``` + +results in + +```html +

+int a = 42;
+
``` ## Inline code