thephpleague / html-to-markdown

Convert HTML to Markdown with PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If i want to save <iframe> how can i do

Moidea opened this issue · comments

my cms support markdown and html and how convert dont lose <iframe>

By default, this library will preserve any <iframe> elements found in the HTML. Is it possible that perhaps you are using one of the options to remove tags, or maybe passing the Markdown into something else that strips <iframe> tags?