Text body paragraph format

You want a new feature? That's the place to talk about it.
Post Reply
comicbookfan
Posts: 5
Joined: Fri 24. Feb 2012, 14:51

Text body paragraph format

Post by comicbookfan »

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.
Post Reply