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:03:00 UTC

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

     [ https://issues.apache.org/jira/browse/DOXIA-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated DOXIA-687:
---------------------------------
    Description: For the sake of convenience it is often sufficient to short cut {{sink.verbatim(null)}} to just {{sink.verbatim()}}. A a new interface method and have sink implementations handle it accordingly.  (was: 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.)

> 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
>            Priority: Major
>             Fix For: 2.0.0-M5
>
>
> For the sake of convenience it is often sufficient to short cut {{sink.verbatim(null)}} to just {{sink.verbatim()}}. A a new interface method and have sink implementations handle it accordingly.



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