Quote:
Originally Posted by Perkin
What does the text output with markdown store, in regards to formatting?
(If any)
Bold/Italics/Headings/Lists/etc.
|
TXT+Markdown output is still a work in progress. It supports all Markdown formatting. However, it currently just pushes the XHTML pages into html2text (see calibre.utils.html2text and
upstream. I have not had time to determine if css styling is accounted for during the conversion.
Quote:
Originally Posted by Perkin
Would it be possible if I used source (while learning python) to add several that I need as additional conversion abilities?
|
The only thing that might be necessary for TXT+Markdown output is supporting css. But yes it would be possible for you to fix any short comings of the current implementation. There are
instructions for getting started with developing and you can always ask for here on MobileRead or you can email me directly.