build(deps): update astro and other dependencies (#557)

- Bump @tailwindcss/vite, astro, and tailwindcss to 4.1.11, 5.11.0, and 4.1.11 respectively.
- Upgrade eslint, prettier, and related packages to their latest versions.
- Update typescript-eslint packages to 8.36.0 for improved compatibility.

* fix: disable ts check for tailwindcss plugin

* fix: adjust list item formatting in tailwind typography example
This commit is contained in:
Sat Naing
2025-07-09 23:29:31 +07:00
committed by GitHub
parent 2a2dcc0de8
commit e03aed6bf2
4 changed files with 211 additions and 209 deletions
@@ -151,14 +151,12 @@ The most annoying thing about lists in Markdown is that `<li>` elements aren't g
- **For example, here's another nested list.**
But this time with a second paragraph.
- These list items won't have `<p>` tags
- Because they are only one line each
- **But in this second top-level list item, they will.**
This is especially annoying because of the spacing on this paragraph.
- As you can see here, because I've added a second line, this list item now has a `<p>` tag.
This is the second line I'm talking about by the way.