I can see the issue. * is converted to a space instead of being left as * or converted to . This is primarily an issue with nbsp since its special in that Book View always changes the actual nbsp character to a space - so we have code that converts the nbsp character to the entity. Need to check if we need to do the same for * or handle in a different way.
|