Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ueberdosis/commonmark-hint-extension
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/HintParser.php
#	src/HintRenderer.php
  • Loading branch information
hanspagel committed Aug 26, 2021
2 parents 033f6a7 + ad02230 commit 2f27c95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/HintExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Ueberdosis\CommonMark;

use League\CommonMark\Extension\ExtensionInterface;
use League\CommonMark\Environment\EnvironmentBuilderInterface;
use League\CommonMark\Extension\ExtensionInterface;

class HintExtension implements ExtensionInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/HintParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ public function tryContinue(Cursor $cursor, BlockContinueParserInterface $active
return BlockContinue::at($cursor);
}

// public function canHaveLazyContinuationLines(): bool
// {
// return true;
// }

public function addLine(string $line): void
{
$this->strings[] = $line;
Expand Down

0 comments on commit 2f27c95

Please sign in to comment.