[ 
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">}}
Notice such links work on GitHub or other online services: it would be useful 
to have maven-site-plugin aligned

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


> 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">}}
> Notice such links work on GitHub or other online services: it would be useful 
> to have maven-site-plugin aligned



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

Reply via email to