Closed sprynm closed 6 years ago
It would seem I forgot to use a global replace for that in the code https://github.com/straker/livingcss/blob/master/lib/tags.js#L261.
If that was changed to a simple regex with a global flag it should fix the problem
this.block.code.description = this.block.code.description.replace(/@/g, '@');
fixed in v4.5.1
When I use something like
I'm getting this
Only the first
@
is getting replaced with the @ symbol.Any ideas?