-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--book with markdown source #20
Conversation
in Apple Books, cover shows but when opened just get spinner and no content
added gen_html helper function to Document book is generated with markdown converted to html, yet fails to open
@enw still working on getting markdown to work at all, just wanted to ask if you know if it will work for an ePUB to reference web content in any case, I don't think we'll want to do that just to include audio playback JS: "https://kit.fontawesome.com/53eef1c336.js" opened an issue for that: #21 |
also, reverting to title page as xhtml for now, till content pages are working
using html5 (xhtml) fixed prior error, also simplified template and added code to include non-hbs files in template dir (only tested stylesheet, but other files should be ok) |
fixes #3 |
I think this is working now
get_ext()
andmimetype()
can now be called onPath
stylesheet.css
which is auto-generated by the library we're using(used for TOC style)
When I inflate the zip to see the contents...