Convert Markdown to HTML

When you convert this link to full feed, the story has multiple images embedded in this format.

[[https://article-14.com/uploads/2022/02-February/09-Wed/IMG_20220107_100905.jpg]]

How to convert it to proper img tag so that it gets rendered correctly?

Hi there, these are converted to images via Javascript in your browser. We don’t support content that require Javascript to render correctly, so there’s not much we can do.

A hacky workaround, if you’re self-hosting Full-Text RSS, is to create site config file for this site and use something like this:

find_string: [[
replace_string: <img src="
find_string: ]]
replace_string: "/>

We haven’t tested this, and we don’t recommend it as it could also create replacements on the page if the [[ characters appear outside the image context.

1 Like