Jed Foster
                                            Jed Foster
                                        
                                    Re: tests, [Puppeteer](https://pptr.dev) looks promising. Decent tutorial on using it with Mocha: https://medium.com/@ankit_m/ui-testing-with-puppeteer-and-mocha-part-1-getting-started-b141b2f9e21
`transition` is the only CSS property that would conceivably need to be prefixed, but http://shouldiprefix.com/#transitions says "No prefixes!" So, 🎉
@olivercastle No, I hadn't even thought of using this in a web component, but that's a fantastic idea. Unfortunately, I have zero experience with that technology, and don't have any...
What version of Readmore.js are you using? What mobile OS/browser?
Would it be possible for either of you, @pcross1986 or @nicksterFL, to give version 3.0 a try? https://github.com/jedfoster/Readmore.js/tree/version-3.0
Fix will go out with the next release.
Hmm... Interesting... What would the URL for that look like? Do you have an example repo you'd want to publish?
FWIW, this config worked for me: ```javascript import { markdown } from 'svelte-preprocess-markdown'; const config = { kit: { // ... boilerplate SvelteKit configs }, extensions: ['.svelte', '.md'], preprocess: [...