|
@@ -1678,7 +1678,7 @@ showdown.subParser('encodeCode', function (text, options, globals) {
|
|
// Now, escape characters that are magic in Markdown:
|
|
// Now, escape characters that are magic in Markdown:
|
|
text = globals.converter._dispatch('encodeCode.after', text, options, globals);
|
|
text = globals.converter._dispatch('encodeCode.after', text, options, globals);
|