-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Updated bullet list creating #68
Conversation
Thanks so much! Could you make the build and tests pass, then ill merge |
Could you revert your changes in demo10.js? I like trailing commas |
Reverted demo10.js and fixed paragraph tests. I actually removed trailing comas because in my build demo10 failed because of these. I currently use node 6.13.1. Just for your information |
What the difference between
I see you made a commit to change I will have a look tonight if you are having trouble |
I couldn't get my head around that. npm run style always failed in files npm ERR! Please include the following file with any support request: It also failed when I reverted that file to your original version |
I will merge this and fix it later, I know what is the issue
|
https://github.com/dolanmiu/docx/blob/master/src/file/numbering/numbering.ts Its differently formatted to be Thanks again! I will release a new version today with this change in |
Released in |
Thank you for the explanation I was too much in a hurry to actually look what the problem was. Sorry for all the extra trouble. |
Changed bullet list items with unicode characters to look like MS Words default bulletpoints. Also added indendt levelt to bullet list. Also fixed some demo files.