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 <5968653+dummdidumm@users.noreply.github.com>
pull/10259/head
Robin Munn 7 months ago committed by GitHub
parent 88582479f2
commit 6b8b57c431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@
- fix: skip certain slot validations for custom elements ([#10207](https://github.com/sveltejs/svelte/pull/10207))
- fix: add compiler error for invalid <p> contents ([#10201](https://github.com/sveltejs/svelte/pull/10201))
- fix: add compiler error for invalid `<p>` contents ([#10201](https://github.com/sveltejs/svelte/pull/10201))
- fix: correctly apply event.currentTarget ([#10216](https://github.com/sveltejs/svelte/pull/10216))

Loading…
Cancel
Save