EPUB_TAG = HTML_TAG = "hr"
EPUB_CLASS = HTML_CLASS = "spacer-line"
- def _txt_build_inner(self, builder):
+ def txt_build_inner(self, builder):
builder.push_text('-' * 48)
+ def fb2_build(self, builder):
+ builder.simple_element('empty-line')
+ builder.simple_element('p', '—' * 8)
+ builder.simple_element('empty-line')