You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/01/13 14:02:00 UTC

[jira] [Created] (DOXIA-687) Introduce Sink#verbatim(void) method

Michael Osipov created DOXIA-687:
------------------------------------

             Summary: Introduce Sink#verbatim(void) method
                 Key: DOXIA-687
                 URL: https://issues.apache.org/jira/browse/DOXIA-687
             Project: Maven Doxia
          Issue Type: Improvement
          Components: Sink API
            Reporter: Michael Osipov
            Assignee: Michael Osipov
             Fix For: 2.0.0-M5


For the sake of convenience it is often sufficient to short cut {{sink.tableRows(null, false)}} to just {{sink.tableRows()}}. A a new interface method and have sink implementations handle it accordingly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)