[ 
https://issues.jboss.org/browse/JBSEAM-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marek Novotny updated JBSEAM-5090:
----------------------------------

          Summary: Seam Text documentation falsely claims that forward slash 
creates italics  (was: CLONE - Seam Text documentation falsely claims that 
forward slash creates italics)
    Fix Version/s: 2.3.1.CR1

    
> Seam Text documentation falsely claims that forward slash creates italics
> -------------------------------------------------------------------------
>
>                 Key: JBSEAM-5090
>                 URL: https://issues.jboss.org/browse/JBSEAM-5090
>             Project: Seam 2
>          Issue Type: Bug
>          Components: Documentation Issues
>            Reporter: Ron Šmeral
>            Assignee: Marek Novotny
>             Fix For: 2.3.1.CR1
>
>
> Seam Text 
> [documentation|http://docs.jboss.org/seam/latest/reference/en-US/html_single/#d0e14282]
>  currently contains several code examples that show that the forward slash is 
> translated into HTML italics tag <i>, like the following:
> {panel}
> {code}
> You /must/ have some text following a heading!
> {code}
> HTML result:
> {code}
> You <i>must</i> have some text following a heading!
> {code}
> {panel}
> which does not work, since this is not even included in the Seam Text grammar 
> file, which defines only the star ( * ) as the symbol for emphasis 
> (translated into italics).
> The examples in the documentation need to be fixed, and this also affects the 
> Seam iText example and its HTML Conversion feature, which uses Seam Text and 
> includes a text with the forward slashes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to