[ 
https://issues.apache.org/jira/browse/MSITE-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16793663#comment-16793663
 ] 

Dave Newton commented on MSITE-835:
-----------------------------------

As a temporary workaround, I use the 
[https://github.com/walokra/markdown-page-generator-plugin] plugin with the 
following option:
{quote} * {{transformRelativeMarkdownLinks}}: Transform relative url suffix 
from {{.md}} to {{.html}} if option {{true}}. Default {{false}}.
{quote}

> Maven site generate invalid link with markdown
> ----------------------------------------------
>
>                 Key: MSITE-835
>                 URL: https://issues.apache.org/jira/browse/MSITE-835
>             Project: Maven Site Plugin
>          Issue Type: Bug
>    Affects Versions: 3.7.1
>            Reporter: Dave Newton
>            Priority: Major
>
> When a markdown page index.md has a relative [my link](target.md), maven site 
> plugin :
>  
>  * generate index.html and target.html (Good).
>  * keep md extension : <a href="target.md"> (Invalid link)
> This make the generated site unusable: the correct link should be <a 
> href="target.html">



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to