Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-9
-
Component/s: Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
When writing the xdoc sources for documentation, I add various HTML markup tags, notably the paragraph <p> character. After site generation, I find that the paragraph <p> character is stripped after a list tag such as <ul> is encountered.
I resort to using break <br> tags to separate all subsequent paragraph blocks after the list because no more paragraph <p> character appear in the source HTML
I have attached a simple xdoc format file that demonstrates the problem.
Issue Links
- duplicates
-
DOXIA-79
Doxia generates different XHTML for the same xdoc code
-
Seems to be the same pb that
DOXIA-79