This commit is contained in:
bootstraponline
2012-07-17 15:29:34 -06:00
parent d4c05304e9
commit e0ecb4c44f
@@ -32,7 +32,7 @@ var MarkDown = {
},
'function-code' : {
search: /(^[\n]+)([\n\s]*)/g,
search: /([^\n]+)([\n\s]*)/g,
replace: "`$1`$2"
},