Steps to reproduce
- Have autopair markdown syntax turned on.
- Make a bullet list
Expected result
Bullet list:
* item
Screen capture from Typora for expected reference:

Actual result
Bullet list:
* item*

Editor’s autopair logic doesn’t catch user intent to make a bullet list instead of an italic. Extra character is generated and has to be deleted manually.
Pattern matching on * followed by a space at the beginning of a line is the ‘bullet list intent’. That distinguishes it from the intent to start a line with an italic word.
Environment
- Operating system: MacOS 10.15.6
Additional information
The issue was reported below in May. Still seems like an open UI/UX bug to me so I am reporting here with extra information for further discussion.