Quote:
Originally Posted by ownedbycats
You could try search & replace. Not sure of the regexes to convert markdown back to HTML though.
|
It won't work because the html marks are different depending on where they are located.
**= Bold
<b> Bold at the beginning
</b> bold at the end.
So, I am kind of stuck.