Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from 8fold/working
Browse files Browse the repository at this point in the history
Update ESMarkdown.php
  • Loading branch information
joshbruce committed Jul 12, 2020
2 parents 2080f58 + 1e2f728 commit 7e6573d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ESMarkdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ public function __construct($content, ...$extensions)
$this->extensions = $extensions;
}

public function string(): ESString
{
return Shoop::string($this->value());
}

public function extensions(...$extensions)
{
$this->extensions = $extensions;
Expand Down

0 comments on commit 7e6573d

Please sign in to comment.