MCPcopy Create free account
hub / github.com/TypeCellOS/BlockNote / removeMetaFromHTML

Function removeMetaFromHTML

tests/src/utils/copypaste.ts:38–40  ·  view source on GitHub ↗
(html: string)

Source from the content-addressed store, hash-verified

36}
37
38export function removeMetaFromHTML(html: string) {
39 return html.replace(/<meta charset='utf-8'>/g, "");
40}
41
42export async function insertParagraph(page: Page) {
43 await page.keyboard.type("Paragraph");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected