|
@@ -40,6 +40,10 @@ showdown.subParser('codeSpans', function (text, options, globals) {
|
|
text = text.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,
|
|
text = text.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,
|
|
function (wholeMatch, m1, m2, m3) {
|
|
function (wholeMatch, m1, m2, m3) {
|