api-demos icon indicating copy to clipboard operation
api-demos copied to clipboard

Added script to fix linked markdown images mangled by URL transforms

Open kevinansfield opened this issue 4 years ago • 0 comments

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)

kevinansfield avatar Apr 01 '21 10:04 kevinansfield