[ https://issues.apache.org/jira/browse/DOXIA-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614771#comment-17614771 ]
Michael Osipov commented on DOXIA-677: -------------------------------------- Note that {{project.version}} is not a model property, but actually an element from the model. The reason why the above works with Velocity is that {{project}} is in the Velocity rendering context and Velocity uses the same logic to navigate through beans like Plexus Interpolator. > Macro for printing project properties > ------------------------------------- > > Key: DOXIA-677 > URL: https://issues.apache.org/jira/browse/DOXIA-677 > Project: Maven Doxia > Issue Type: New Feature > Reporter: Slawomir Jaranowski > Priority: Major > > Many time we use Velocity only for resolving project properties like: > {code} > ${project.version} > {code} > Another case is that for Markdown we have conflicts > Velocity uses # as a prefix for macros and ## as a prefix for comments > but in Markdown those are used for headers > So Doxia macro will be useful is such cases. -- This message was sent by Atlassian Jira (v8.20.10#820010)