LoBe

Results 4 issues of LoBe

Noticed that the config parameter `withHeadings` was not properly working. More precisely: ``` table: { class: Table, inlineToolbar: true, config: { withHeadings: true } } ``` was not creating an...

I believe [`this.Editor.BlockManager.clear()`](https://github.com/codex-team/editor.js/blob/7ff5faa46f188aa9081b1fb19ed429173c140d9b/src/components/modules/api/blocks.ts#L209) should be awaited in `renderFromHTML()` to prevent errors. The following example highlights the issue: `data.blocks` will often be empty as a result of not awaiting `clear()`. ```...

good first issue

The `toggleEmptyMark()` function (relevant code here: [toggleEmptyMark Function](https://github.com/codex-team/editor.js/blob/8f365f006328a36faacf60352e20a0fc365c227b/src/components/dom.ts#L671-L674)) is causing significant issues. As it modifies the editor's DOM, it can trigger reactivity within Editor.js plugins developed using JavaScript frameworks like...

## Description Updated the action-cache examples in `examples.md` to reflect Bun v1.2’s switch from the binary lockfile `bun.lockb` to the new text-based `bun.lock`. _Note: If you’re on Bun < v1.2...