[ 
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)

Reply via email to