Quote:
Originally Posted by anywho
It's not been a perl script for a long time AFAIK. I think it started as one but no longer.
Code:
[~]$ file `which multimarkdown`
/usr/local/bin/multimarkdown: Mach-O 64-bit executable
|
It's still not compatible with cailbre's conversion system. Again calibre uses OEB as an intermediate format. All output plugins must convert from OEB. Multimarkdown taking markdown as the input can't be used as part of calibre's output system because the output system provides OEB not markdown. The input format is not directly fed to an output plugin. Only the intermediate format is.
Quote:
Originally Posted by anywho
OK, enabling these extensions sound promising. Hopefully that's still compatible with MMD then, because as mentioned, the LaTeX conversion is quite desired.
|
Latex output is completely separate from enhancements to the markdown syntax calibre supports. Adding multimarkdown as part of calibre to get latex output isn't possible.