Bukama opened a new issue, #639: URL: https://github.com/apache/maven-site/issues/639
### Improvement proposal _This is a follow up to "MNGSITE-504 - markup warnings" and "MGNSITE-507 - Convert APT to markdown" (after #507 is merged) to get the large and "all-possible-done" JIRA issue closed._ As of today it's not possible to convert `.vm` files to markdown, because the remaining pages use calculated values (e.g. `${context.get("version.maven-fluido-skin")}` in `404.xdoc.vm`. As a follow up the remaining rendering warnings in those files can't be fixed. As of today (2025-01-10) the following warnings are the only ones and they all come from `errors/404.xml.vm` (see #614 ): ``` [WARNING] Unrecognized xdoc tag <base> at [31:52] [WARNING] Unrecognized xdoc tag <link> at [33:100] [WARNING] Unrecognized xdoc tag <link> at [34:75] [WARNING] Unrecognized xdoc tag <link> at [35:90] ``` -- 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: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org