We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec1870 commit 71ed4adCopy full SHA for 71ed4ad
1 file changed
Types/MarkX/get_Liquid.ps1
@@ -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