Skip to content

Commit

Permalink
Remove unwanted links
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikmehta8 committed Oct 30, 2024
1 parent f139cb4 commit 3d0498a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/middlewares/markdown-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ slug: /my-custom-url
Markdown text with [links](./hello.md)
```

## Links

Regular Markdown links are supported, using url paths or relative file paths.

```md
Let's see how to [Create a page](/create-a-page).
```

```md
Let's see how to [Create a page](./create-a-page.md).
```

**Result:** Let's see how to [Create a page](./create-a-page.md).

## Images

Regular Markdown images are supported.
Expand Down

0 comments on commit 3d0498a

Please sign in to comment.