I am having an issue with double spaces after dotted numbers as follows.
Suppose I put the following text in HTML, I get a space issue.
1. Box 1
The output should be:
- Box 1
However, I get the following:
- Box 1
Even when using margins, I get the same problem.
An actual example is below.
In Word:Permanent deletion:
- Click on the drop-down menu that displays, ‘Keep in Inbox’.
- Click on, ‘Discard’, on the menu.
In HTML: Permanent deletion:
- Click on the drop-down menu that displays, ‘Keep in Inbox’.
- Click on, ‘Discard’, on the menu.
Same text but in HTML. How can I retain the second space after the number for each instance?