diff --git a/_docs/getting-started.md b/_docs/getting-started.md index f9208cb8..b16da7e2 100755 --- a/_docs/getting-started.md +++ b/_docs/getting-started.md @@ -53,7 +53,7 @@ The four node containers are:
  • ASPagerNode. A specialized ASCollectionNode which can be used in the same way as a UIPageViewController.
  • -

    Layout Engine

    +

    Layout Engine

    AsyncDisplayKit's layout engine is both one of its most powerful and one of its most unique features. Based on the CSS FlexBox model, it provides a declarative way of specifying a custom node's size and layout of its subnodes. While all nodes are concurrently rendered by default, asynchronous measurement and layout are performed by providing an ASLayoutSpec for each node. diff --git a/_docs/text-node.md b/_docs/text-node.md index 0b6fd022..2115e032 100755 --- a/_docs/text-node.md +++ b/_docs/text-node.md @@ -2,6 +2,5 @@ title: ASTextNode layout: docs permalink: /docs/text-node.html - ---