You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
Feeds, print, mobile, oh my. The benefit to shortcodes is that we can output conditionally based on context. But as pointed out in #35, we should figure out an abstracted/patterned way to handle this use case.
The text was updated successfully, but these errors were encountered:
For the JS-based shortcodes, I thought it would be cool to create an image-based fallback, potentially with a headless browser. But, totally worth exploring what our options could be.
WordPress encodes `&` to `&` on save, and then encodes any `&` to
`&` on display using `wp_texturize()`. For `parse_url()` to work
properly, we need to make sure ampersands are always `&`
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feeds, print, mobile, oh my. The benefit to shortcodes is that we can output conditionally based on context. But as pointed out in #35, we should figure out an abstracted/patterned way to handle this use case.
The text was updated successfully, but these errors were encountered: