[
https://issues.apache.org/jira/browse/DOXIA-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106370#comment-17106370
]
Michael Osipov commented on DOXIA-609:
--------------------------------------
The link should reference to the target file, not the source one because source
file formats can be different from Markdown. Can you retry?
> Crosslinks from .md to .html not working when starting with a dot
> -----------------------------------------------------------------
>
> 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
> Priority: Major
> Attachments: maven-markdown.zip
>
>
> In DOXIA-584 was added support for rewriting crosslinked markdown files. This
> does not work for links starting with a dot (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)