Details
-
Idea
-
Resolution: Unresolved
-
Major
-
None
-
7.4
-
None
Description
In asciidoc you use:
[source] ---- Map<String, Object> attributes = new HashMap<String, Object>(); attributes.put("backend", "docbook"); // <1> ---- <1> Defines the `backend` attribute as `docbook` in the attributes map
And you get:
For a more complete example, see http://asciidoctor.org/docs/asciidoctorj/
Would be nice to support this in our rendering engine.