Davide

Results 63 comments of Davide

No, I think that's because the list is rendered properly but is not styled. Try using this stylesheet: https://github.com/sindresorhus/github-markdown-css?tab=readme-ov-file#install

Closing due to no activity

Hi, that's weird. Have you tried restarting the dev server, clearing cache and reinstalling all the node modules? I cannot seem to be able to replicate it

I created a brand new app from scratch using pnpm, and it works fine. I'm sorry but with this limited info I can't do much. If you find out something...

Hi, from the docs you can see that the following is required: ```svelte :global(.carta-font-code) { font-family: '...', monospace; font-size: 1.1rem; line-height: 1.1rem; letter-spacing: normal; } ``` I think that without...

Hello, the Github theme from the examples works when there are not other external styles attached. Most probably, an external stylesheet provided by TailwindCSS or DaisyUI (if it has any,...

The issue is related to changes I recently made, and seems to occur only on mobile. Try updating to the latest version published today and see if it is still...

@Codebelife what device are you using? Does this also happen on the docs [examples](https://beartocode.github.io/carta/examples)?

Should be fixed in the newest version about to be published. Let me know if you still experience the issue!

Hi! I've not tried Svelte 5 yet. I think it was supposed to be backward compatible(?)