The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/plugin-highlight > HighlightPluginConfig
HighlightPluginConfig interface
Signature:export interface HighlightPluginConfig
Properties
Property | Type | Description |
---|---|---|
i18n | { code: { label: string; placeholder: string; }; language: { label: string; placeholder: string; }; showLineNumbers: { label: string; }; } | |
Renderer | React.ComponentType<HighlightRendererProps> |