Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-587

Maven site generate invalid link with markdown

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.8
    • 1.9
    • None
    • None

    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

      Attachments

        Issue Links

          Activity

            People

              hboutemy Herve Boutemy
              devnewton Dave Newton
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: