dfinke / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
129 stars 35 forks source link

Asciidoc alternative? #46

Open Johan1974 opened 2 years ago

Johan1974 commented 2 years ago

Hello,

I am using asciidoc with vscode and looking for a way to transform asciidoc files to docx files. If is understand correctly pandoc is more markdown oriented or is asciidoc also usale for this putpose.

I tried the app vscode-pandox in vscode against a adoc file but receive the message

"Command 'Pandoc Render' resulted in an error (Command 'pandoc.render' not found. "

Is this the right way to go or is there a better alternative to trnasform adoc to docx?

Thanks!

Johan

dfinke commented 2 years ago

This vscode ext only works with mardown, and converts it to three formats.

Pandoc native works with AsciiDoc. Install it, and check their webpage for usage. https://pandoc.org/