slachiewicz opened a new pull request, #242:
URL: https://github.com/apache/maven-reporting-impl/pull/242

   The last APT page in this component, converted to Markdown.
   
   The page keeps its `.vm` suffix: it interpolates `${project.scm.tag}` into a 
link to the sample in the source tree, so Velocity still has work to do.
   
   Velocity reads `##` as a line comment, so every heading below level one 
would be silently deleted before Doxia sees the page. Level two uses a setext 
underline and the level three heading is wrapped in an unparsed `#[[ ]]#` 
block, which is plain Velocity and needs no Doxia change.
   
   Two commits: a pure `git mv` so that `git log --follow` and `git blame` 
still reach the page history, then the conversion. Please **merge or rebase 
rather than squash** — squashing collapses the rename.
   
   Verified by building the site before and after and comparing all 16 
generated pages: the author and date meta tags, the title, the headings, the 
visible text and every link target are identical. The one change is the "edit 
this page" link, which now points at the new path.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to