Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

removing embedded object tags #44

Open
codebrane opened this issue Jun 22, 2013 · 3 comments
Open

removing embedded object tags #44

codebrane opened this issue Jun 22, 2013 · 3 comments

Comments

@codebrane
Copy link

Would there be any reason exitwp removes object tags? i.e. embedded flickr videos don't make it through the conversion process. They're removed. e.g.

...

isn't in the converted post

@codebrane
Copy link
Author

It seems to be html2fmt. It's passing the data (verified that it contains the object tags) to html2text_file which is stripping them out

@codebrane
Copy link
Author

workaround is just to force html format in exitwp and get raw html in the jekyll output. Doing that preserves the object tags

@iromeister
Copy link

Same goes for iframes. I can't get a handle on that html2text.py yet, it would be really nice to be able to preserve certain html tags.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants