View Single Post
Old 10-16-2020, 03:38 AM   #7
njpig
Zealot
njpig began at the beginning.
 
Posts: 108
Karma: 10
Join Date: Sep 2020
Device: kindle paperwhite3/Oasis2
As I'm a newbie to Calibre and recipe, I might not fully understand you. So I clarified what I had done:
--------
Actually, I wanted to append author to the description so I added this code to parse_index() in foreign_policy.recipe:
desc += '<br>'
desc += author

then, run:
ebook-convert calibre/recipe/foreign_policy.recipe ./ebook.epub -d ./log --output-profile kindle_oasis -vv

then opened ebook.pub and jumped to a section menu. The line break was not output as I expected.

I checked log/processed/feed_0/index.html. The line break was not output as well.
njpig is offline   Reply With Quote