|
@@ -1,4 +1,4 @@
|
|
|
-;/*! showdown 28-05-2015 */
|
|
|
+;/*! showdown 07-06-2015 */
|
|
|
(function(){
|
|
|
/**
|
|
|
* Created by Tivie on 06-01-2015.
|
|
@@ -274,9 +274,6 @@ showdown.Converter = function (converterOptions) {
|
|
|
text = text.replace(/~T/g, '~');
|
|
|
|
|
|
// Run output modifiers
|
|
|
- showdown.helper.forEach(globals.outputModifiers, function (ext) {
|
|
|
- text = showdown.subParser('runExtension')(ext, text);
|
|
|
- });
|
|
|
text = parsers.outputModifiers(text, options, globals);
|
|
|
|
|
|
return text;
|