Hi @mnelson4 Thanks again!
No obvious reason to explain this behaviour, so I will need to dig deeper.
The plugin strips some HTML tags to clean the output, but the text should remain left. Not sure if this could be a reason.
Anyways, I will investigate in detail and let you know with more details.
Ya I’m suspicious of emojis or other specific blocks that may be causing this. If you can’t reproduce I can do a bit more testing to try to pinpoint the problem.
Hi @mnelson4
I was looking into this issue. Have you tried checking the “Validate content before download” into the plugin settings?
I think the empty posts are related with validation errors. There is some noise, but:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fprintmy.blog%2Fwhy-i-dont-donate-to-wordpress-plugins-even-when-i-know-i-should%2F
No p element in scope but a p end tag seen.
https://validator.w3.org/nu/?doc=https%3A%2F%2Fprintmy.blog%2Fprint-my-blog-plugin-transparency-report-french-ssrf-fix-improved-json-parsing%2F
Duplicate attribute class.
Ah ok thanks. Ya it looks like there’s a few HTML problems with my content. I’ll see if I can fix that up.
For future users, maybe it would be nice to give a warning if there are validation errors?
Anyways, I’ll mark this as resolved, thanks!
Hi @mnelson4
Yeah, give it a try and let me know. I’m not 100% sure it will fix it, but you can try.
The plugin has a checkbox to validate the content before generating the book https://share.cleanshot.com/YUHwpL. It can indeed be more explicit with the relationship between wrong output and validation errors. I will give a second tough to that. Thanks.
Ah ok thanks. Ya given the way it works, the checkbox is more like “Remove Invalid HTML”, in my opinion; or it would be nice to explicitly say “invalid HTML detected. Please fix the HTML problems and fix.”
Anyways, good luck!