Skip to content

Commit 6b8b57c

Browse files
rmunndummdidumm
andauthored
chore: fix weird formatting in recent changelog entry (#10257)
* Fix weird formatting in recent changelog entry A recent auto-generated changelog entry had a `<p>` in it, which caused the Markdown rendering to look strange. Replacing `<p>` with `&lt;p&gt;` fixes the rendering. * Update packages/svelte/CHANGELOG.md --------- Co-authored-by: Simon H <[email protected]>
1 parent 8858247 commit 6b8b57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- fix: skip certain slot validations for custom elements ([#10207](https://github.com/sveltejs/svelte/pull/10207))
88

9-
- fix: add compiler error for invalid <p> contents ([#10201](https://github.com/sveltejs/svelte/pull/10201))
9+
- fix: add compiler error for invalid `<p>` contents ([#10201](https://github.com/sveltejs/svelte/pull/10201))
1010

1111
- fix: correctly apply event.currentTarget ([#10216](https://github.com/sveltejs/svelte/pull/10216))
1212

0 commit comments

Comments
 (0)