Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jul 11, 2023
1 parent f3466b6 commit e661bbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/src/Examples/CollaborativeEditing/React/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ import { variables } from '../../../variables.js'
import MenuBar from './MenuBar.jsx'

const content = `
<h1>Hello World!</h1>
<h1>Hello <s>World</s> Tiptap!</h1>
<p>Build the next <mark>gold standard in content editing</mark> experiences that your competitors can´t match.</p>
`

const colors = ['#958DF1', '#F98181', '#FBBC88', '#FAF594', '#70CFF8', '#94FADB', '#B9F18D']
Expand Down Expand Up @@ -86,7 +87,7 @@ export default () => {
content,
extensions: [
StarterKit.configure({
history: false,
history: true,
}),
Highlight,
TaskList,
Expand Down

0 comments on commit e661bbb

Please sign in to comment.