extension name is required now

This commit is contained in:
Philipp Kühn
2020-12-02 09:44:46 +01:00
parent 143b309bdf
commit 88f89df479
13 changed files with 25 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ export const raquo = new InputRule(/>>$/, '»')
export const multiplication = new InputRule(/\d+\s?([*x])\s?\d+$/, '×')
const Typography = Extension.create({
name: 'typography',
addInputRules() {
return [
emDash,