Skip to content

Commit d41dd90

Browse files
docs: MarkX.Table help
1 parent 9f505d3 commit d41dd90

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Types/MarkX/get_Table.ps1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
$this.XML | Select-Xml -XPath '//table' | Select-Object -ExpandProperty Node
1+
<#
2+
.SYNOPSIS
3+
Gets any tables
4+
.DESCRIPTION
5+
Gets any tables present in the markdown
6+
#>
7+
$this.XML |
8+
Select-Xml -XPath '//table' |
9+
Select-Object -ExpandProperty Node

0 commit comments

Comments
 (0)