Skip to content

Commit 3c1d857

Browse files
committed
Updated snapshots
1 parent 2f40815 commit 3c1d857

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/src/unit/core/clipboard/copy/__snapshots__/text/html/basicBlocksWithProps.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ <h2 data-level="2">Heading 1</h2>
1010
</ol>
1111
<ul>
1212
<li>
13-
<p data-background-color="red">Bullet List Item 1</p>
13+
<p
14+
style="--blocknote-background-red: #fbe4e4; background-color: var(--blocknote-background-red);"
15+
data-background-color="red"
16+
>Bullet List Item 1</p>
1417
</li>
1518
<li>
1619
<input type="checkbox" checked="" data-checked="true" />

tests/src/unit/core/formatConversion/export/__snapshots__/html/complex/misc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2 data-text-color="yellow" data-background-color="blue" data-text-alignment="right" data-level="2">
1+
<h2 style="--blocknote-background-blue: #ddebf1; background-color: var(--blocknote-background-blue); --blocknote-text-yellow: #dfab01; color: var(--blocknote-text-yellow); text-align: right;" data-text-color="yellow" data-background-color="blue" data-text-alignment="right" data-level="2">
22
<strong>
33
<u>Heading</u>
44
</strong>

0 commit comments

Comments
 (0)