We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to convert the Wordpress Plugin Handbook in epub.
I'm noticing several issues, I'm currently investigating on the causes.
I set a custom style with the following rules:
#wpadminbar { display:none; } #wporg-header { display:none; } header { display:none; } #secondary { display:none; } #wporg-footer { display:none; } .breadcrumbs { display:none; } .nav-links { display:none; } .table-of-contents { display:none; } .toc-jump { display:none; } #content { max-width:100%!important; } .screen-reader-text { display:none; }
But if I convert this page:
https://developer.wordpress.org/plugins/plugin-basics/determining-plugin-and-content-directories/
the br inside the pre tags are removed showing all the content in the same line...
The text was updated successfully, but these errors were encountered:
this issue should be fixed in the next release (probably next week). You can try it now by manually installing the ext. from the repository.
Sorry, something went wrong.
Yep! It works! Thanks
alexadam
No branches or pull requests
I'm trying to convert the Wordpress Plugin Handbook in epub.
I'm noticing several issues, I'm currently investigating on the causes.
I set a custom style with the following rules:
But if I convert this page:
https://developer.wordpress.org/plugins/plugin-basics/determining-plugin-and-content-directories/
the br inside the pre tags are removed showing all the content in the same line...
The text was updated successfully, but these errors were encountered: