I assume feeds2epub uses internaly html2epub to do the actual conversion. Therefore to control the output in a specific way we would need to pass some command line options. My question is how to do that from the recipe?
html2epub_options does not permit to put option like --linearize-tables
If I do that I receive an error
Code:
html2epub_options = '--linearize-tables'
Is there a way to do this?