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

prawn-forms: new block macro #103

Closed gkroon closed 2 years ago

gkroon commented 5 years ago

https://github.com/asciidoctor/asciidoctor-pdf/issues/1062

InLaw commented 2 years ago

What is the current status?

mojavelinux commented 2 years ago

I'm not merging additional extensions into this repository. It was never meant to be a general purpose extension registry. The extensions that are here are intended to illustrate how to write extensions, nothing more. If you want this code to be generally available, please create a new repository in your own space or organization and push it there.