Subj : src/sbbs3/putmsg.cpp To : Git commit to sbbs/master From : Rob Swindell Date : Mon Nov 02 2020 02:30 am https://gitlab.synchro.net/sbbs/sbbs/-/commit/93dc3f128816d1ddb24b6cab Modified Files: src/sbbs3/putmsg.cpp Log Message: Allow punctuation characters on either side of the markup tags So you can do stuff (*like this*). Also, we don't need to heavily scrutinize the closing tag when we come upon it because we already determined it was valid before we accepted the opening tag/character. .