Behrooz Nobakht created DOXIA-561:
-------------------------------------

             Summary: 2nd level header is dropped from rendered Markdown 
document in filtering mode
                 Key: DOXIA-561
                 URL: https://issues.apache.org/jira/browse/DOXIA-561
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Markdown
    Affects Versions: 1.7
            Reporter: Behrooz Nobakht


- Example document using "filtering" mode at 
{{src/site/markdown/CHANGELOG.md.vm}}:

{code:markdown}
# CHANGELONG

This is the changelog.

## v${project.version}

- Item 1
- Item 2

{code}

The rendered HTML does *not* include the 2nd level header.

- When I change the above document as:

{code:markdown}
# CHANGELONG

This is the changelog.

v${project.version}
------

- Item 1
- Item 2

{code}

The rendering is OK.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to