Skip to content

Commit 58259f2

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: MathML.ToString() ( Fixes #8 )
1 parent 02db3b2 commit 58259f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MathML.types.ps1xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<Type>
44
<Name>MathML</Name>
55
<Members>
6+
<ScriptMethod>
7+
<Name>ToString</Name>
8+
<Script>
9+
$this.svg.OuterXml
10+
11+
</Script>
12+
</ScriptMethod>
613
<ScriptProperty>
714
<Name>SVG</Name>
815
<GetScriptBlock>

0 commit comments

Comments
 (0)