@tiptap/extension-blockquote
Advanced tools
Comparing version 2.0.0-beta.16 to 2.0.0-beta.17
@@ -7,3 +7,3 @@ 'use strict'; | ||
const inputRegex = /^\s*>\s$/gm; | ||
const inputRegex = /^\s*>\s$/; | ||
const Blockquote = core.Node.create({ | ||
@@ -10,0 +10,0 @@ name: 'blockquote', |
import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core'; | ||
const inputRegex = /^\s*>\s$/gm; | ||
const inputRegex = /^\s*>\s$/; | ||
const Blockquote = Node.create({ | ||
@@ -5,0 +5,0 @@ name: 'blockquote', |
@@ -7,3 +7,3 @@ (function (global, factory) { | ||
const inputRegex = /^\s*>\s$/gm; | ||
const inputRegex = /^\s*>\s$/; | ||
const Blockquote = core.Node.create({ | ||
@@ -10,0 +10,0 @@ name: 'blockquote', |
{ | ||
"name": "@tiptap/extension-blockquote", | ||
"description": "blockquote extension for tiptap", | ||
"version": "2.0.0-beta.16", | ||
"version": "2.0.0-beta.17", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ed00dbbe56d7a31dbfcf02594c4ce5f54c7bc27a" | ||
"gitHead": "3a7e202e71335c538bb0d60f1e42860cd2ec2c2f" | ||
} |
@@ -26,3 +26,3 @@ import { Node, mergeAttributes, wrappingInputRule } from '@tiptap/core' | ||
export const inputRegex = /^\s*>\s$/gm | ||
export const inputRegex = /^\s*>\s$/ | ||
@@ -29,0 +29,0 @@ export const Blockquote = Node.create<BlockquoteOptions>({ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18656