You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2019/03/16 07:47:00 UTC

[jira] [Updated] (DOXIA-587) Maven site generate invalid link with markdown

     [ https://issues.apache.org/jira/browse/DOXIA-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated DOXIA-587:
--------------------------------
    Description: 
When a markdown page index.md has a relative {{[my link](target.md)}}, maven site plugin :
 
 * generates index.html and target.html (Good).
 * keeps md extension : {{<a href="target.md">}} (Invalid link)

This make the generated site unusable: the correct link should be {{<a href="target.html">}}

  was:
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">


> Maven site generate invalid link with markdown
> ----------------------------------------------
>
>                 Key: DOXIA-587
>                 URL: https://issues.apache.org/jira/browse/DOXIA-587
>             Project: Maven Doxia
>          Issue Type: Improvement
>    Affects Versions: 1.8
>            Reporter: Dave Newton
>            Assignee: Hervé Boutemy
>            Priority: Major
>             Fix For: 1.9
>
>
> When a markdown page index.md has a relative {{[my link](target.md)}}, maven site plugin :
>  
>  * generates index.html and target.html (Good).
>  * keeps 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)