# Zapier posts with broken image due to system edits

**URL:** https://meta.discourse.org/t/zapier-posts-with-broken-image-due-to-system-edits/162077
**Category:** Support
**Created:** [August 26, 2020, 1:43am UTC](https://meta.discourse.org/t/zapier-posts-with-broken-image-due-to-system-edits/162077 "2020-08-26T01:43:57Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [August 26, 2020, 5:21pm UTC](https://meta.discourse.org/t/zapier-posts-with-broken-image-due-to-system-edits/162077/3 "2020-08-26T17:21:41Z")

</div>

> [@bradley.bristowstagg](#):
>
> What we are seeing is that the post is made, looks beautiful, and then for some reason, the post is converted to markdown which breaks the image links.

It sounds like you are running into a similar issue to what id described here: [Fix broken images for posts created by the WP Discourse and RSS plugins](https://meta.discourse.org/t/fix-broken-images-for-posts-created-by-the-wp-discourse-and-rss-plugins/160773).

You can confirm that by opening the post in the editor and having a look at the markdown upload link. If the upload link is surrounded by HTML tags, try editing the post to add an empty line between the opening HTML tag and the upload link.

As an example, the following markdown will create a broken image:

```plaintext
<p>![](upload://6zqK52dO23i1JsYH2oyMU12U2ro.jpeg)</p>

```

If this is what you’re seeing, manually editing the post to something like this should fix the image:

```plaintext
<p>

![](upload://6zqK52dO23i1JsYH2oyMU12U2ro.jpeg)
</p>

```

---

_[View the full topic](https://meta.discourse.org/t/zapier-posts-with-broken-image-due-to-system-edits/162077)._
