You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dave Newton (JIRA)" <ji...@apache.org> on 2019/03/12 08:50:00 UTC

[jira] [Created] (MSITE-835) Maven site generate invalid link with markdown

Dave Newton created MSITE-835:
---------------------------------

             Summary: 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


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)