You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gabriel Falkenberg (JIRA)" <ji...@codehaus.org> on 2008/02/05 22:26:28 UTC

[jira] Updated: (DOXIA-125) Twiki module uses different HTML markup conventions to the other modules (e.g. apt)

     [ http://jira.codehaus.org/browse/DOXIA-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel Falkenberg updated DOXIA-125:
-------------------------------------

    Attachment: site-test.zip

I don't experience this issue. There are differences in the html generated by apt and twiki (as can be seen in the small test-project attached) but to me it seems like it only has to do with the nesting of sections. While apt nests sections like this:

{code:xml}
<div class="section"><h2>Section title</h2>
	<div class="section"><h3>Sub-section title</h3>
		...
	</div>
</div>
{code}

the Twiki-module does not (but it does insert headers):

{code:xml}
<div class="section"><h2>Twiki Java Parser</h2>
</div>
<div class="section"><h3>Features</h3>
...
</div>
{code}


> Twiki module uses different HTML markup conventions to the other modules (e.g. apt)
> -----------------------------------------------------------------------------------
>
>                 Key: DOXIA-125
>                 URL: http://jira.codehaus.org/browse/DOXIA-125
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Module - Twiki
>    Affects Versions: 1.0-alpha-9
>            Reporter: Dave Syer
>             Fix For: 1.0-beta-1
>
>         Attachments: site-test.zip
>
>
> There are some inconsistencies between the way that the HTML is rendered from twiki and the other doxia formats - e.g. it uses <div class="section"> instead of <h2> - so you need a different css to get the same result.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira