Skip to content

Commit df2b1a9

Browse files
committed
fix: simplifying doc
1 parent f964d9f commit df2b1a9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/getting-started/authoring.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,11 @@ Relative images are supported. Eg, inside your [`MDX`](introduction#configuratio
4545
title: Authoring
4646
---
4747

48-
<img src='gutenberg.jpg' />
48+
<img src="gutenberg.jpg" />
4949
```
5050

51-
> [!CAUTION]
52-
> It does not work with `src=''` (simple quotes): use `src=""` instead.
53-
>
54-
> *It's just to show you with a relative path, without it to be resolved.*
55-
5651
<details>
57-
<summary>Result (with double quotes)</summary>
52+
<summary>Result</summary>
5853

5954
<img src="gutenberg.jpg" />
6055

0 commit comments

Comments
 (0)