# Editor Plugin Unsupported Content

Unsupported content plugin for @atlaskit/editor-core

**Note:** This component is designed for internal Atlassian development.
External contributors will be able to use this component but will not be able to submit issues.

## Overview

The Unsupported Content plugin provides rendering and handling for content types that are not natively supported by the editor. It gracefully displays unsupported block and inline content, as well as unsupported marks and node attributes, allowing users to view and preserve such content without corruption.

## Key features

- **Block-level support** - Handle unsupported block-level content with appropriate visual indicators
- **Inline content support** - Render unsupported inline content alongside regular text
- **Confluence compatibility** - Special handling for Confluence-specific unsupported content types
- **Mark and attribute preservation** - Preserve unsupported marks and node attributes
- **Analytics integration** - Track interactions with unsupported content via analytics events

## Install
---
- **Install** - *yarn add @atlaskit/editor-plugin-unsupported-content*
- **npm** - [@atlaskit/editor-plugin-unsupported-content](https://www.npmjs.com/package/@atlaskit/editor-plugin-unsupported-content)
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-unsupported-content)
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-unsupported-content/dist/)

## Usage
---
**Internal use only**

@atlaskit/editor-plugin-unsupported-content is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.

Direct use of this component is not supported.

Please see [Atlaskit - Editor plugin unsupported content](https://atlaskit.atlassian.com/packages/editor/editor-plugin-unsupported-content) for documentation and examples for this package.

## Support
---
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.

## License
---
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.
