Adds api/convert to return HTML document from legacy format + Saves attached images when just converting to HTML, without creating a text + Returns nb of detached and removed commentswhen updating text.
class AbiConverterError(Exception):
pass
class AbiCommandError(Exception):
pass
class ToolsConverterError(Exception):
pass