GitbookIO / gitbook-convert

CLI to convert an existing document to a GitBook.
102 stars 19 forks source link

Support other outputs #3

Open nagim opened 8 years ago

nagim commented 8 years ago

Hi,

Not really an issue but would it be possible to specify other output formats as well, not only Markdown (AsciiDoc, in particular)?

Thanks, Imre

jpreynat commented 8 years ago

Hi @nagim,

Thanks for having a look at gitbook-convert. For the time being, our main focus is to obtain a stable version of this module to convert books to GitBooks using the markdown syntax.

For now, original formats are converted to HTML, processed, and rendered as markdown files using domchristie's to-markdown module. I just had a look and there seems to be an existing to-asciidoc module by asciidocfx, working in the browser.

When gitbook-convert will be stable, I'll make some tests to see if it's worth incorporating it in the CLI.

Kind regards, Johan

nagim commented 8 years ago

Hi Johan,

Is there a chance to implement asciidoc conversion?

Thanks, Imre