# Embed Videos in Markdown

You can embed videos in MarfeelDocs, whether they come from Youtube or Vimeo.

Create a codeblock, and name it video:

```video
https://youtu.be/PInkmp9MJyY
```

Expected result:

TIP

You can paste the Share URL directly, even if it's not made to be embed. All those URLs work for MarfeelDocs:

```video
https://youtu.be/PInkmp9MJyY
```

```video
https://www.youtube.com/watch?v=PInkmp9MJyY
```

```video
https://www.youtube.com/embed/PInkmp9MJyY
```

```video
https://player.vimeo.com/video/470937520
```

```video
https://vimeo.com/510189642/c35e9bf6b7
```