You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Max Schmidt (Jira)" <ji...@apache.org> on 2020/05/13 07:03:00 UTC

[jira] [Created] (DOXIA-609) Crosslinks from .md to .html not working with anchors

Max Schmidt created DOXIA-609:
---------------------------------

             Summary: Crosslinks from .md to .html not working with anchors
                 Key: DOXIA-609
                 URL: https://issues.apache.org/jira/browse/DOXIA-609
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Markdown
    Affects Versions: 1.9.1
            Reporter: Max Schmidt


In DOXIA-584 was added support for rewriting crosslinked markdown files. This does not work for links with an anchor (like [Link](otherMarkdownFile.md#anchor)). The HTML-Link looks like <a href="otherMarkdownFile.md#anchor>Link</a> but should be <a href="otherMarkdownFile.html#anchor>Link</a> (works on Github).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)