fix(editor): format text in code block (#10575)

Closes: [BS-2724](https://linear.app/affine-design/issue/BS-2724/code-block%E9%87%8C%E4%B8%8D%E5%BA%94%E8%AF%A5%E6%98%BE%E7%A4%BAtoolbar)
This commit is contained in:
Flrande
2025-03-03 08:52:38 +00:00
parent 86c449319b
commit 5d3c365d97
3 changed files with 41 additions and 5 deletions
@@ -1,3 +1,4 @@
export { affineTextStyles } from './affine-text.js';
export * from './footnote-node/footnote-config.js';
export { AffineFootnoteNode } from './footnote-node/footnote-node.js';
export { AffineLink, toggleLinkPopup } from './link-node/index.js';