]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/Markdown.php
Fix code standards
[friendica.git] / src / Content / Text / Markdown.php
index 5e4db77605f9ff7be6c06c2dbe9b847f62095cfa..33e023bc03662b9f55bbec4913a12b6506d6463a 100644 (file)
@@ -145,9 +145,6 @@ class Markdown
                // remove duplicate adjacent code tags
                $s = preg_replace('/(\[code\])+(.*?)(\[\/code\])+/ism', '[code]$2[/code]', $s);
 
-               // Don't show link to full picture (until it is fixed)
-               $s = BBCode::scaleExternalImages($s);
-
                DI::profiler()->stopRecording();
                return $s;
        }