This commit is contained in:
Tomas Votruba 2018-05-04 23:32:20 +01:00
parent a291a4bead
commit 52f801f64b

View File

@ -42,8 +42,6 @@ final class MarkdownDifferAndFormatter
return '';
}
// @todo markdown differ
// @todo here we need complete diff with all the code
$diff = $this->markdownDiffer->diff($old, $new);