Created
May 11, 2016 06:05
-
-
Save daipresents/124d5d58e31f67601c5199797b3b6da7 to your computer and use it in GitHub Desktop.
Add image to Pandoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -S --epub-metadata=metadata.xml -o sample.epub 01.md 02.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dc:title>ふじはらさんの冒険</dc:title> | |
<dc:author>daipresents</dc:author> | |
<dc:source>http://daipresents.com/</dc:source> | |
<dc:description>ふじはらさんが冒険するらしいですわー</dc:description> | |
<dc:identifier>daipresents-20120217</dc:identifier> | |
<dc:date>2013-02-17~</dc:date> | |
<dc:publisher>daipresents出版</dc:publisher> | |
<dc:rights>copylight daipresents.com</dc:rights> | |
<dc:language>ja-JP</dc:language> | |
<dc:relation>http://daipresents.com/</dc:relation> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -S --epub-metadata=metadata.xml --epub-cover-image=./cover.png -o sample.epub 01.md 02.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandoc -S --epub-metadata=metadata.xml --epub-cover-image=./cover.png --epub-chapter-level=2 -o sample.epub 01.md 02.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment