v2.1.1
A patch release to fix a few bugs in the 2.1 series. It address two cases where an undefined method was being called on an object. It also respects the layout defined in the frontmatter defaults.
Changes
- honor layout defined in frontmatter defaults (#187)
- don't call nil_or_empty? outside of an Asciidoctor context (#142)
- handle case when document body is empty (#179)