Quote:
Originally Posted by Andy Martinez
Because I never know in advance where a chapter will end
|
You can try adding the following css to the Extra CSS box, you will see the text 'end of chapter' at the end of every 'chapter'.
body:after {
content: 'end of chapter';
display: block;
margin: 4rem auto 0 auto;
text-align: center;
}