Aileen Booker
Aileen Booker
Hey @NNSTH The parser will not stop after one broken image src. It will just return the original value, but continues with the other tags. Using your provided HTML, I...
Hey @NNSTH I see. Yeah, you are right. A failure in the request should result in a converted `img` tag, but with the fallback default `width` and `height` values.
@kirrg001 It shouldn't be bad. I need to check the behaviour if the image is not accessible and therefore can't be shown. In Ghost, we currently strip those tags out...
Code injection is now working for `` tags (both for site and post code injection). I tried to do the same for ``, but the html parser was having issues...
Thank you @ZionDials for this! This might be a good solution for some users already. The problem is, that we have to cover the case that both, `` and ``...
Thanks @nehalist ❤️ This absolutely works for now! Will add this to the starter soon 👍
I also ran into this bug. A workaround that worked for me was [scheduling it inline](https://docs.netlify.com/netlify-labs/experimental-features/scheduled-functions/#cron-expression-inline-in-function-code) instead of using the `netlify.toml` file.
Thanks for the idea! ❤️ We'll probably not focus on that for now, but as always: contributions are very welcome!
I started looking into this, and it seems not like an easy and quick one. The Omnibox snippet requires an URL by which the client can perform the search and...
@kymellis The result looks the same to me with Casper (when I check the preview link), which doesn't make it right, but I think it's a general issue that we...