# Conflicts:
#	docs/src/demos/Experiments/Details/details.ts
This commit is contained in:
Philipp Kühn
2021-02-11 09:01:17 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
import { Node, mergeAttributes } from '@tiptap/core' import { Node, mergeAttributes } from '@tiptap/core'
// import { update } from 'cypress/types/lodash'
export interface DetailsOptions { export interface DetailsOptions {
HTMLAttributes: { HTMLAttributes: {

View File

@@ -31,7 +31,7 @@ export default {
], ],
content: ` content: `
<p>Here is a details list:</p> <p>Here is a details list:</p>
<details open> <details>
<summary>An open details tag</summary> <summary>An open details tag</summary>
<p>More info about the details.</p> <p>More info about the details.</p>
</details> </details>