You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@apache.org> on 2018/11/26 12:31:00 UTC

[jira] [Updated] (DOXIA-578) Boxed verbatim sections uses incorrect Confluence syntax

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

Dennis Lundberg updated DOXIA-578:
----------------------------------
    Fix Version/s: 1.9

> Boxed verbatim sections uses incorrect Confluence syntax
> --------------------------------------------------------
>
>                 Key: DOXIA-578
>                 URL: https://issues.apache.org/jira/browse/DOXIA-578
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.8
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>            Priority: Major
>             Fix For: 1.9
>
>
> The syntax used for boxed verbatim sections is incorrect. The current behavior uses
> {code}
> {code|borderStyle=solid}
> {code}
> The correct syntax is
> {code}
> {code:borderStyle=solid}
> {code}
> {code:borderStyle=solid}
> This box uses correct syntax.
> {code}
> {code|borderStyle=solid}
> This box uses incorrect syntax.
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)