api-demos
api-demos copied to clipboard
Added script to fix linked markdown images mangled by URL transforms
refs https://github.com/TryGhost/Team/issues/596
- fetch all posts and pages from the API
- check mobiledoc for existence of linked images
- fix any linked images that have mangled markup
- fix any URLs that weren't correctly transformed from relative to absolute (stored with
__GHOST_URL__internally)