You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Greg Mirabito (JIRA)" <ji...@codehaus.org> on 2010/11/19 18:29:03 UTC

[jira] Reopened: (MSITE-525) Generated html from apt is ignoring all paragraph lines

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

Greg Mirabito reopened MSITE-525:
---------------------------------


I am not talking about hard line breaks using the '\' character. I am talking about separate lines in a paragraph.

Look at the 'Paragraph section' of same document you referenced.
In the APT doc it states that "A paragraph is a sequence of consecutive lines"

My problem is that the separate lines in my paragraphs all show up on the same line when the html is generated.
If I copy the example paragraph from the apt doc into my own apt doc and run mvn site, the generated html puts the separate paragraph lines on the same line. (no line breaks)


Here is what it says in the APT doc about paragraphs:

A paragraph is simply a sequence of consecutive text lines.

  First line of first paragraph.
  Second line of first paragraph.
  Third line of first paragraph.

  Line 1 of paragraph 2 (separated from first paragraph by an open line).
  Line 2 of paragraph 2.

> Generated html from apt is ignoring all paragraph lines
> -------------------------------------------------------
>
>                 Key: MSITE-525
>                 URL: http://jira.codehaus.org/browse/MSITE-525
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: mac osx
>            Reporter: Greg Mirabito
>
> I create a simple apt file with two lines in it.
>   This is line1.
>   This is line2.
> Run mvn site and look at the generated html. There is no line break. 

-- 
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