Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docx writer turns unordered lists into ordered lists #1544

Closed
drammock opened this issue Aug 17, 2014 · 1 comment
Closed

docx writer turns unordered lists into ordered lists #1544

drammock opened this issue Aug 17, 2014 · 1 comment

Comments

@drammock
Copy link

Using pandoc 1.13 on Windows on a markdown file like this:

# testing
* foo
* bar
* baz

# testing
- foo
- bar
- baz

running this command: pandoc .\test.md -f markdown -t docx -o test.docx

The docx file shows the lists as numbered, not bulleted. This was not the case with previous install of 1.12.x

@jgm
Copy link
Owner

jgm commented Aug 17, 2014

The numIds in numbering.xml seem to be off. Looking into it...

@jgm jgm closed this as completed in c14088e Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants