---
category: api-reference
---

# CKEditor 5 HTML Support feature

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

This package implements the General HTML Support feature for CKEditor 5.

<info-box>
	The General HTML Support feature is **experimental and not yet production-ready**.

	The API of the "GHS" feature may change without further notice.

	Follow the ["Stabilize and release a production-ready General HTML Support feature"](https://github.com/ckeditor/ckeditor5/issues/9856) issue for more updates and related issues.
</info-box>

## Demo

Check out the demos in the {@link features/general-html-support General HTML Support feature guide}.

## Documentation

See the {@link features/general-html-support General HTML Support feature guide}.

## Installation

```bash
npm install --save @ckeditor/ckeditor5-html-support
```

## Contribute

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

## External links

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