Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Port 3000 is already in use. Trying 3001 instead.
Please note that each CLI release is associated with a specific version of Mintlify. If your local preview does not align with the production version, please update the CLI:

```bash
npm mint update
npm i -g mint@latest
```

## Validating links
Expand Down
4 changes: 2 additions & 2 deletions essentials/images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ icon: 'image'

### Using Markdown

The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code
The [markdown syntax](https://www.markdownguide.org/basic-syntax/#images) lets you add images using the following code:

```md
![title](/path/image.jpg)
Expand All @@ -23,7 +23,7 @@ Note that the image file size must be less than 5MB. Otherwise, we recommend hos

### Using embeds

To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images
To get more customizability with images, you can also use [embeds](/writing-content/embed) to add images:

```html
<img height="200" src="/path/image.jpg" />
Expand Down