Skip to content

Commit 74cac18

Browse files
author
Shawn McCool
committed
together, we can make amazingly awful code
1 parent 58da865 commit 74cac18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/domain/Lio/Markdown/Markdown.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ class Markdown extends MarkdownExtra
77
public function transform($content)
88
{
99
$parsedContent = parent::transform($content);
10-
11-
// $parsedContent = str_replace('<p><code>', '<pre><code>', $parsedContent);
12-
// $parsedContent = str_replace('</code></p>', '</code></pre>', $parsedContent);
13-
14-
// $parsedContent = str_replace('<pre><code>', '<pre class="prettyprint"><code>', $parsedContent);
1510
$parsedContent = str_replace('<code>', '<code class="prettyprint">', $parsedContent);
1611

1712
return $parsedContent;

0 commit comments

Comments
 (0)