drj826 / SML

This is the Perl 5 implementation of the SML code library. SML is a minimalistic plain text descriptive markup language which is human readable, enables continuous integration of documentation, expresses and validates semantic relationships, is easy to edit, is easy to generate automatically, and publishes professional documentation from plain text manuscripts.
GNU General Public License v3.0
2 stars 2 forks source link

Implement SML::Document 'get_page_after' and 'get_page_before' public methods #68

Closed drj826 closed 8 years ago

drj826 commented 8 years ago

To simplify building page navigation in presentation templates, implement new SML::Document public methods 'get_page_after()' and 'get_page_before()'. The single argument to these new public methods will be a page identifier, either a front matter page name, back matter page name, or a section number.