diff --git a/adoc2docx.bat b/adoc2docx.bat index 357af8a..635e396 100644 --- a/adoc2docx.bat +++ b/adoc2docx.bat @@ -1 +1 @@ -asciidoctor --backend docbook --out-file - main.adoc | pandoc --from docbook --to docx --output main.docx \ No newline at end of file +asciidoctor --backend docbook --out-file - main.adoc | pandoc --from docbook --to docx --output main.docx --toc --number-sections \ No newline at end of file