Skip to content

Commit 71ed4ad

Browse files
feat: MarkX.Liquid ( Fixes #45 )
1 parent 1ec1870 commit 71ed4ad

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Types/MarkX/get_Liquid.ps1

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<#
2+
.SYNOPSIS
3+
Get Liquid
4+
.DESCRIPTION
5+
Get Liquid within the Markdown
6+
#>
7+
if ($this.LiquidPattern -is [regex]) {
8+
return $this.LiquidPattern.Matches("$($this.Markdown)")
9+
}

0 commit comments

Comments
 (0)