From ea0d8262200e2ea05808b2dc3a01b4213309382d Mon Sep 17 00:00:00 2001 From: Richard Henry Date: Sun, 26 Nov 2017 12:51:02 -0800 Subject: [PATCH] Fix bug that breaks ASNodeController docs page When Obj-C is selected on this page, the bottom half of the documentation is missing. When Swift is selected, malformed content appears where the documentation is nested inside the code block. Repro'd here in Safari and Chrome: http://texturegroup.org/docs/containers-asnodecontroller.html I think the bug is that is being parsed as an HTML tag, and this should fix it. --- docs/_docs/containers-asnodecontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/containers-asnodecontroller.md b/docs/_docs/containers-asnodecontroller.md index 7dd5034da..09b644440 100755 --- a/docs/_docs/containers-asnodecontroller.md +++ b/docs/_docs/containers-asnodecontroller.md @@ -60,7 +60,7 @@ All of this logic can be removed from where it previously existed in the "view"