-
-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Description
Description
Having bold + italic text does not work when at the end of a string (example 3):
***I'm bold and italic!** I am just italic.*
*I'm italic. **I'm bold and italic.** I'm also just italic.*
*I am just italic. **I'm bold and italic!***Expected:
I'm bold and italic! I am just italic.
I'm italic. I'm bold and italic. I'm also just italic.
I am just italic. I'm bold and italic!
Result
Minimal Reproduction
Use the above example with betterem enabled
Version(s) & System Info
- Operating System: macos
- Python Version: 3.12
- Package Version: 10.10.1
Reactions are currently unavailable