-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: there is a bug whit modals #135
Comments
Uh oh! @Trongar, the image you shared is missing helpful alt text. Check your issue body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
even, this is my package.json {
"name": "example-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@appwrite.io/pink": "^0.2.0",
"@astrojs/mdx": "^2.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^5.0.2",
"@astrojs/vercel": "^6.1.0",
"appwrite": "^11.0.1",
"astro": "^4.0.7",
"nanostores": "^0.8.1",
"sanitize-html": "^2.10.0",
"svelte": "^4.2.8"
},
"devDependencies": {
"@types/sanitize-html": "^2.9.0"
}
}
|
Uh oh! @stnguyen90, the image you shared is missing helpful alt text. Check #135 (comment). Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
Can I work on this ? |
👟 Reproduction steps
Im using this whit an astro project, when i copy and paste the code from de the dos it doesn´t show as is spected
this is my code
👍 Expected behavior
it should be looking like this
👎 Actual Behavior
but it looks like this
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
in runnin on a wsl machine, in an astro project, i just copy it from the demo
https://github.com/appwrite/demos-for-astro
and upgraded all dependecys
but even i've seen this behavior on a codepen instance
https://codepen.io/Trongar/pen/BabyWaP
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: