From 0a4397433db7caf6ceecbcfce75a22dafb5779f2 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 8 Jan 2022 11:26:00 +0100 Subject: [PATCH] Documentation --- docs/reference/code-blocks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/code-blocks.md b/docs/reference/code-blocks.md index 41c18a2c8..01d28db33 100644 --- a/docs/reference/code-blocks.md +++ b/docs/reference/code-blocks.md @@ -61,7 +61,7 @@ theme: ``` 1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted - text__, images, ... basically anything that can be expressed in Markdown. + text__, images, ... basically anything that can be written in Markdown. ??? info "Enabling code annotations for a specific code block" @@ -181,7 +181,7 @@ theme: ``` 1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted - text__, images, ... basically anything that can be expressed in Markdown. + text__, images, ... basically anything that can be written in Markdown. ```` _Result_: @@ -193,7 +193,7 @@ theme: ``` 1. :man_raising_hand: I'm a code annotation! I can contain `code`, __formatted - text__, images, ... basically anything that can be expressed in Markdown. + text__, images, ... basically anything that can be written in Markdown. #### Stripping comments