Skip to content

Commit

Permalink
Fix placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jan 10, 2024
1 parent 612d87f commit c1bfc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/formattingCodeEditor/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const updateFormat = (value: string[]) => {
const editor = useEditor({
content: `<p>Edit <u>me</u>!</p>
<p>Try to <b>format</b> <i>this</i> <mark>text</mark>!</p>
<p>Set me a <span style="color: #AA0000;">color</span>!</p>`,
<p>Set me a <span style="color: #FF5555;">color</span>!</p>`,
extensions: [
Document,
Text,
Expand Down

0 comments on commit c1bfc23

Please sign in to comment.