Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
3.4
-
None
-
None
-
$ mvn -version
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
Maven home: /usr/local/Cellar/maven/3.2.3/libexec
Java version: 1.7.0_60, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac"$ mvn -version Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00) Maven home: /usr/local/Cellar/maven/3.2.3/libexec Java version: 1.7.0_60, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac"
Description
Markdown files with atx-style headings are rendered correctly by `mvn site`, but if they have a `.vm` suffix (i.e., to trigger property expansion), then some of the headings are missing in the HTML output.
I've created a minimal non-working example test project at https://github.com/psibre/mnwe-md-vm-headings. This includes the generated site output as a `gh-pages` branch, hosting it at http://psibre.github.io/mnwe-md-vm-headings/.
Attachments
Issue Links
- is related to
-
MSITE-756 add an option to dump Velocity processed Doxia files
- Closed