Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-432

Add support for code references in the Rendering Event model

    XMLWordPrintable

Details

    • Idea
    • Resolution: Unresolved
    • Major
    • None
    • 7.4
    • API
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: