Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sometimes a block doesn't need anything inside of the block comment tags as children. One example of this is the traditional "more tag," which only needs to indicate position. These changes introduce a new syntax element, the "void block," borrowing from the HTML5 nomenclature for HTML void elements. In this new element, there are no children. Since nothing changes on the JavaScript size this could be considered an optimization whereby any block with no children serializes to a self-closing block comment tag, saving some space and improving readability of the `post_content`.
- Loading branch information