
: How to convert markdown with sub-markdowns to ebook main.md contain sub-mds: main.md 1. [1 - ](1.md) 1. [2 - ](2.md) 1. [3 - ](3.md) 1. [4 - ](4.md) 1. [5 - ](5.md) 1. [6 - ](6.md) I use calibre
main.md contain sub-mds:
main.md
1. [1 - ](1.md)
1. [2 - ](2.md)
1. [3 - ](3.md)
1. [4 - ](4.md)
1. [5 - ](5.md)
1. [6 - ](6.md)
I use calibre command:
ebook-convert main.md main.epub
But only the content of main.md is wrote to epub.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Megan

: SD Cards with Unusual File Types Background: My dad died last year and I inherited sd cards (not micro) in plastic cases. These cards have several directories that all end in .RES Each directory

: CSS3-break will break PDF? In a digital preservation perspective Is there any reason not to use EPUB after CSS3-break standard is incorporated to browsers? Or will this not be a barrier?
2 Comments
Sorted by latest first Latest Oldest Best
I just use Pandoc and specify all .md files on the command line. Here is an incomplete command line: pandoc [some options] 1.md 2.md 3.md.
Source files go last, after all other options, on the command line.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
I found two things.
For me the link has to be written '( ./6.md )' with a space before and after the file specification.
Then I found the ebook-convert app wants html files for inputs.
It complains that the inputs are "binary"
Free books android app tbrJar TBR JAR Read Free books online gutenberg