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
104 stars 101 forks source link

Use the JSON format to retrieve gist #41

Open ggrossetie opened 9 years ago

ggrossetie commented 9 years ago

Using the JSON format will allow to control how the data is appended to the document. The embedded script is using document.write which can cause issue (see https://github.com/asciidoctor/asciidoctor.js/issues/99)