mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Backtracking capable inlines better expressed by interface
This commit is contained in:
@@ -10,7 +10,7 @@ use Erusev\Parsedown\State;
|
||||
|
||||
final class PlainText implements Inline
|
||||
{
|
||||
use WidthTrait, DefaultBeginPosition;
|
||||
use WidthTrait;
|
||||
|
||||
/** @var string */
|
||||
private $text;
|
||||
|
||||
Reference in New Issue
Block a user