
: GitBook generates epub with duplicate headings I have ebook in markdown files and use GitBook for generating epub file. Like usual, chapters are defined in SUMMARY.md and chapter files begins
I have ebook in markdown files and use GitBook for generating epub file. Like usual, chapters are defined in SUMMARY.md and chapter files begins with a headings (the same like in summary):
Title of the chapter
====================
GitBook uses Calibre's tool ebook-convert to generate epub files what will have html files with title section like:
<body class="calibre">
<div class="page">
<h1 class="book-chapter2" id="calibre_toc_2">Title of the chapter</h1>
<div class="section">
<h1 id="příběh-první" class="calibre17">Title of the chapter</h1>
First h1 have display: none in CSS, so will not be visible in most readers, but some of them ignores it and renders heading twice.
Is there a way, to configure GitBook or epub-convert to not add second heading and keep table of contents working?
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Angela

: What do I need my (ePub) toc.ncx to have? I am trying to figure out an appropriate toc.ncx that EpubCheck will recognize as correct. Right now I have: <?xml version="1.0" encoding="utf-8"?>

: EPub validator is giving me errors. How can I address these reported errors? I am working a "Christmas tree packet" version of a kind of (version 3.0) ePub I am working on, and I would like