From a9e3c416bb07a861dc696634f46647506e559a6a Mon Sep 17 00:00:00 2001 From: CaoWangrenbo Date: Tue, 26 Mar 2024 18:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E6=8C=87=E4=BB=A4=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9B=AE=E5=BD=95=E5=92=8C=E7=AB=A0=E8=8A=82=E5=BA=8F?= =?UTF-8?q?=E5=8F=B7=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adoc2docx.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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