On Thu, Dec 16, 2021 at 12:33 PM Richard Haines <richard_c_haines@xxxxxxxxxxxxxx> wrote: > > Build an epub document. If Calibre is installed also build a version > suitable for a Kindle (azw3 format). > > Signed-off-by: Richard Haines <richard_c_haines@xxxxxxxxxxxxxx> > --- > .gitignore | 1 + > BUILD.md | 26 ++++++++++++++++----- > CONTRIBUTING.md | 13 ++++++----- > Makefile | 55 +++++++++++++++++++++++++++++++++++++++------ > README.md | 8 ++++--- > src/cover.md | 16 +++++++++++++ > src/cover_epub.md | 2 ++ > src/metadata.yaml | 14 ++++++++++++ > src/styles_epub.css | 52 ++++++++++++++++++++++++++++++++++++++++++ > src/styles_html.css | 8 +++++++ > src/styles_pdf.css | 8 +++++++ > src/title.md | 16 ------------- > 12 files changed, 183 insertions(+), 36 deletions(-) > create mode 100644 src/cover.md > create mode 100644 src/cover_epub.md > create mode 100644 src/styles_epub.css This is starting to look quite good! The larger tables still render significantly outside the boundaries of the page (the first table in the overview section is particularly bad for some reason), but overall it looks pretty good and I'm hopeful that if we continue to play with it a bit more we can get the tables looking reasonable. In the absolute worst case we consider converting the tables to another formatting style; tables seem to always be a problem in markdown anyway. Merged into the main branch, thanks again Richard! -- paul moore www.paul-moore.com