refactor(editor): add middlewares in shared adapter (#9395)

This commit is contained in:
Saul-Mirone
2024-12-27 12:32:43 +00:00
parent 76d9712f21
commit cbfe38b189
20 changed files with 85 additions and 80 deletions
@@ -29,6 +29,7 @@ export {
MarkdownASTToDeltaMatcherIdentifier,
MarkdownDeltaConverter,
} from './markdown';
export * from './middlewares';
export {
BlockNotionHtmlAdapterExtension,
type BlockNotionHtmlAdapterMatcher,