Thread: ePub to HTMLZ
View Single Post
Old 01-29-2021, 03:16 AM   #8
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by kovidgoyal View Post
No I dont think the markdown input processor has any way to insert page breaks before outputting footnotes. You can probably do it yourself by using extra css, something like footnote-selector::first-of-type {page-break-before: always}

What's .footnote??
Sorry, I hijacked this thread by mistake, created another thread, please delete for me

The .footnote is an interesting one.

Before I converted to epub, i just tap READ and Browser Viewer let me read it (by converting it on the fly). I prepared simple css to the Styles and .footnote works. That's why I copied the css for conversion. It has no TOC though, I had to convert to epub.

Since this document is in md and is updated regularly, I think I need a way to avoid dealing with the epub directly.

And the .footnote a { display: none;} is actually effective (the back-link is indeed hidden)

Last edited by nqk; 01-29-2021 at 03:23 AM.
nqk is offline   Reply With Quote