mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
f4f63c5c39
Code spans are now hashed after parsing which means extensions that listen to spanGamut events no longer need to worry about escaping "custom" magic chars inside code spans. Closes #464