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

Commit 2e051ae

Browse files
committed
Update Markdown.php
1 parent b8f85cd commit 2e051ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/UIKit/Elements/Compound/Markdown.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ public function prepend(string $markdown)
8181
return $this;
8282
}
8383

84+
public function meta()
85+
{
86+
return Shoop::markdown($this->markdown)->meta();
87+
}
88+
8489
public function unfold(): string
8590
{
8691
return Shoop::markdown($this->markdown, ...$this->extensions)

0 commit comments

Comments
 (0)