We know that we can use calibre to detect chapters by regex,and it works fine.And I wanna set chapters different from other normal paragraph.for example,make their font size bigger and align.
I found that calibre could use CSS to control display of text.I think I can use CSS like
{
h1,h2:font-size:18pt;
text-align:middle;
}
to get my goal.My problem is that how can I set Chapters detected as h1,h2?I've found any options of calibre conversation.But it seems that there is no way to set chapters as h1,h2.Could anyone help me?Thank you.