Skip to content

Commit

Permalink
docs: add information to avoid misunderstanding (#1619)
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
  • Loading branch information
mancuoj and brc-dd committed Nov 30, 2022
1 parent 4ba33da commit 6ec5489
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ Additionally, you can define a number of lines to focus using `// [!code focus:<

**Input**

Note that only one space is required after `!code`, here are two to prevent processing.

````
```js
export default {
Expand Down Expand Up @@ -417,6 +419,8 @@ Adding the `// [!code --]` or `// [!code ++]` comments on a line will create a d

**Input**

Note that only one space is required after `!code`, here are two to prevent processing.

````
```js
export default {
Expand Down Expand Up @@ -449,6 +453,8 @@ Adding the `// [!code warning]` or `// [!code error]` comments on a line will co

**Input**

Note that only one space is required after `!code`, here are two to prevent processing.

````
```js
export default {
Expand Down

0 comments on commit 6ec5489

Please sign in to comment.