mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 02:49:56 +02:00
Fix insert-node-by-key benchmark, add normalize and insert-fragment benchmarks (#2587)
* fix insert-node-by-key benchmark, add normalize-with-problems * add benchmark for insertFragment * more fragment benchmarks
This commit is contained in:
@@ -13,6 +13,12 @@ const h = createHyperscript({
|
||||
quote: 'quote',
|
||||
code: 'code',
|
||||
image: 'image',
|
||||
table: 'table',
|
||||
tbody: 'tbody',
|
||||
tr: 'tr',
|
||||
td: 'td',
|
||||
thead: 'thead',
|
||||
th: 'th',
|
||||
},
|
||||
inlines: {
|
||||
link: 'link',
|
||||
|
Reference in New Issue
Block a user