From ccd380d6e3e077911a2b9daa66df24d143982785 Mon Sep 17 00:00:00 2001 From: AJ Lemos Date: Fri, 2 Jun 2023 13:57:49 -0700 Subject: [PATCH] Fix closing `` tag in Documentation.md The alignment of these closing tags were preventing the docs from rendering correctly on GitHub and in VS Code's Markdown Preview. --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 7a16e35..f695854 100755 --- a/Documentation.md +++ b/Documentation.md @@ -1261,7 +1261,7 @@ PolyTrees can also contain open paths. Open paths will always be represented by IsHole = False ChildCount = 0 -
+ **See also:** Overview, Clipper, Clipper.Execute, PolyNode, ClosedPathsFromPolyTree, OpenPathsFromPolyTree, Paths