dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

Home Page:https://docx.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistency in bulleted lists between Mac Pages, MSWord, and Google Docs.

lancejpollard opened this issue · comments

See #2589 (comment) for info.

Is there a way to get bullets working so they look close to the same on all 3 or 4 places?

  • Mac Preview (press CMD+SPACE)
  • Mac Pages
  • MSWord
  • Google Docs

Here is what I would like to see:

Screenshot 2024-02-11 at 3 26 16 PM
# Hello World

I am some text.

- a list item
- a second list item

I am a [link](https://google.com). And _italics_ and **bold**. And a
really long link
https://stackoverflow.com/questions/9492249/render-a-string-in-html-and-preserve-spaces-and-linebreaks

_**bold with italics**_.

- nested list
  - list item with really long text. Lorem ipsum dolor sit amet,
    consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
    labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
    exercitation ullamco laboris nisi ut aliquip ex ea commodo
    consequat. Duis aute irure dolor in reprehenderit in voluptate velit
    esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
    cupidatat non proident, sunt in culpa qui officia deserunt mollit
    anim id est laborum.
  - numbered
    1. one
    2. two
    3. one
    4. two
    5. one
    6. two
    7. one
    8. two
    9. one
    10. two
    11. one
    12. two

Then this:

1. a
2. b

- **some bold _italics_**

## **h2 _italics_** and more