[ 
https://issues.apache.org/jira/browse/DOXIA-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17107255#comment-17107255
 ] 

Max Schmidt commented on DOXIA-609:
-----------------------------------

DOXIA-584 was implemented to fix the problem mentioned in the linked 
stackoverflow question 
(https://stackoverflow.com/questions/36708241/getting-doxia-module-markdown-to-rewrite-md-links).
 In my opinion doxia should also rewrite links to other markdown files starting 
with a dot, not only links like [Link](otherMarkdownFile.md#anchor) as 
implemented in 
https://gitbox.apache.org/repos/asf?p=maven-doxia.git&a=commit&h=20203d6c7f119e96fcf466ad1d72d8f8dcf5640f

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

Reply via email to