refactor(editor): extensionalize html adapter (#9299)

This commit is contained in:
Saul-Mirone
2024-12-25 04:04:51 +00:00
parent a15009ce84
commit 50ff3655e5
16 changed files with 183 additions and 144 deletions
@@ -3,12 +3,14 @@ export {
type BlockHtmlAdapterMatcher,
BlockHtmlAdapterMatcherIdentifier,
type Html,
HtmlASTToDeltaExtension,
type HtmlASTToDeltaMatcher,
HtmlASTToDeltaMatcherIdentifier,
HtmlDeltaConverter,
InlineDeltaToHtmlAdapterExtension,
type InlineDeltaToHtmlAdapterMatcher,
InlineDeltaToHtmlAdapterMatcherIdentifier,
} from './html-adapter/index.js';
} from './html/index.js';
export {
BlockMarkdownAdapterExtension,
type BlockMarkdownAdapterMatcher,