Merge branch 'main' of https://github.com/ueberdosis/tiptap-next into main
# Conflicts: # docs/src/demos/Experiments/Details/details.ts
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Node, mergeAttributes } from '@tiptap/core'
|
||||
// import { update } from 'cypress/types/lodash'
|
||||
|
||||
export interface DetailsOptions {
|
||||
HTMLAttributes: {
|
||||
|
||||
@@ -31,7 +31,7 @@ export default {
|
||||
],
|
||||
content: `
|
||||
<p>Here is a details list:</p>
|
||||
<details open>
|
||||
<details>
|
||||
<summary>An open details tag</summary>
|
||||
<p>More info about the details.</p>
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user