Would it be possible to add style or paragraph formating to the text within chapters?
It would much improve readability if paragraphs were in an indented format instead of block format.
Html's mark & epub's downloaded directly with fanfictiondownloader, mark paragraphs as <p> & </p and <p class="calibre6"> & </p> with style of
.calibre6 {
display: block;
margin: 1em 0
}
I know that in css this would be:
.calibre6 {
display: block;
margin: 0 0;
text-indent: 5%
}
Thank you for a GREAT program.