jgm / pandoc

Universal markup converter
https://pandoc.org
Other
34.64k stars 3.38k forks source link

headings in docx becomes numbered list in markdown #9191

Open kingyue737 opened 12 months ago

kingyue737 commented 12 months ago

Explain the problem.

test.docx

pandoc .\test.docx -o test.md

What I expected was

# heading1
# heading2
# heading3
## heading 3.1

But result was an numbered list

1.  heading1

2.  heading2

3.  heading3

4.  heading3.1

Pandoc version?

pandoc v3.1.9 windows 22631.2506

jgm commented 12 months ago

Why did you expect headings? When I view this in Word, I see a numbered list.

kingyue737 commented 12 months ago

Strange. When I open with my local office2019, they are headings:

image

I can generate a TOC and the heading tab of the navigation drawer on the left side also shows these headings.

jgm commented 12 months ago

OK, I see the same. But I don't understand why these are being treated as headings by Word.