Hello,
I have a straight text page in the same domain that I’m trying to incorporate into multiple posts. Instead of me trying to update each post every time I update the text, I simply want to have a single iframe. I’ve whitelisted the internal hosts:
I’ve seen markdown-it iframe on github (markdown-it-iframe - npm), but really hoping there is an easier solution.
SOME HTML seems to work in posts (e.g., img src, a href), however iframes are just showing up empty. IFRAME code:
<iframe src="URL"></iframe>
Any help would be very much appreciated!