---
category: api-reference
---

# HTML embed feature for CKEditor 5

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-html-embed.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-html-embed)

This package implements the HTML embed feature for CKEditor 5.

## Demo

Check out the {@link features/html-embed#demo demo in the HTML embed feature guide}.

## Documentation

See the {@link features/html-embed HTML embed feature guide} and the {@link module:html-embed/htmlembed~HtmlEmbed} plugin documentation.

## Installation

```plaintext
npm install --save @ckeditor/ckeditor5-html-embed
```

## Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-html-embed.

## External links

* [`@ckeditor/ckeditor5-html-embed` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-html-embed)
* [`ckeditor/ckeditor5-html-embed` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-html-embed)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
