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 salt to generate file tree diagram for tree block macro #42

Open mojavelinux opened 9 years ago

mojavelinux commented 9 years ago

As an alternative to the currently CSS-based approach, allow the salt diagram from plantuml to be used (via Asciidoctor Diagram) to generate the file tree diagram for the tree block macro.

See https://github.com/asciidoctor/asciidoctor-diagram/blob/master/lib/asciidoctor-diagram/plantuml/extension.rb#L70