### Description When using bold + italic syntax together, it will get converted to just italics on edit. ### Steps to reproduce `***words***` -> edit -> `_words_` `_**words**_` -> edit -> `_words_` ### What did you expect? The original formatting would remain intact with bold and italic text.