Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Sep 18, 2018
1 parent b9af892 commit 87ba8f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Converter/PreformattedConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class PreformattedConverter implements ConverterInterface
*/
public function convert(ElementInterface $element)
{
$markdown = '';

$pre_content = html_entity_decode($element->getChildrenAsString());
$pre_content = str_replace(array('<pre>', '</pre>'), '', $pre_content);

Expand Down

0 comments on commit 87ba8f0

Please sign in to comment.