I’ve noticed a bug where making a rem bold manually (highlight + ctrl-B) and then trying to turn it into a list rem (appending “:::”) doesn’t work.
Repro:
- Create rem
- Type ::::
- it turns to a list properly
- Undo so its a regular rem
- Highlight the entire rem and make it bold
- Type ::: again - nothing happens
- Adding newline by hitting enter will also insert a space before the last colon (":: :")
- removing the boldness will make it work again