heckj / swiftui-notes

content for Using Combine - notes on learning Combine with UIKit and SwiftUI

Home Page:https://heckj.github.io/swiftui-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enable custom CSS for ePub

heckj opened this issue · comments

related to #30 and #185

reference bug from Asciidoctor that hinted at this path: asciidoctor/asciidoctor-epub3#67

which in turn references some ebook howto articles:

mechanism in question is:

  • adding the epub3.css and epub3-css3-only.css files to the project (for example in a directory styles)/
  • including them in the document with :epub3-stylesdir: styles

WIP PR #200