snarkdown
snarkdown copied to clipboard
Escaping doesn't work properly
input
this\*is\*important
actual
this\*is\*important
expected https://babelmark.github.io/?text=this%5Cis%5Cimportant
this*is*important
@developit
Escapement is supposed to be working via this logic, so this is likely just a bug in my weird decision to use an expensive regex.