Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Doesn't transform remote URL in markdown meta #19

@kylegillen

Description

@kylegillen

Plugin works as expected with relative image path in meta, but fails to transform a remote url.
Am I doing something wrong? Is this expected to work?

Doesn't work

---
title: My First Title
featuredImage: https://images.squarespace-cdn.com/content/v1/53bff3c3e4b0fd8b51088a58/1526432398003-IPENQZ4YTTXVDMZ1M8JA/ke17ZwdGBToddI8pDm48kCFTy3UGnhJ-fWvK5PBTMNx7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1UQAK6Hrx5oK4v7EgPqT2OFRSRLMHaWtK29l-R4I7CH9pArRUwoSl4wuUs73k4k9WwA/image-asset.jpeg
---

Works

---
title: My First Title
featuredImage: ../images/image.png
---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions