UNPKG

@blocknote/core

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

14 lines (13 loc) 188 B
export const VALID_LINK_PROTOCOLS = [ "http", "https", "ftp", "ftps", "mailto", "tel", "callto", "sms", "cid", "xmpp", ]; export const DEFAULT_LINK_PROTOCOL = "https";