asciidoctor / asciidoctor-extensions-lab

A lab for testing and demonstrating Asciidoctor extensions. Please do not use this code in production. If you want to use one of these extensions in your application, create a new project, import the code, and distribute it as a RubyGem. You can then request to make it a top-level project under the Asciidoctor organization.
Other
105 stars 101 forks source link

Create an extension that reads document attributes from the bottom of the document #10

Open mojavelinux opened 10 years ago

mojavelinux commented 10 years ago

Ala Markdown, create an extension that parses document attributes from the bottom of the document. We want to support this feature in core, but it can be implemented for Asciidoctor 1.5.0 as a Preprocessor extension.