[ https://issues.apache.org/jira/browse/DOXIA-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895345#comment-17895345 ]
Konrad Windszus commented on DOXIA-757: --------------------------------------- This is due to a copy&paste mistake from APT, as APT strips the leading {{#}} from anchor links. > MarkdownSink: Anchor incorrectly removed from beginning of link name > -------------------------------------------------------------------- > > Key: DOXIA-757 > URL: https://issues.apache.org/jira/browse/DOXIA-757 > Project: Maven Doxia > Issue Type: Improvement > Reporter: Konrad Windszus > Assignee: Konrad Windszus > Priority: Major > Fix For: 2.1.0 > > > In case of the following Sink methods being called > {code} > Sink.link("#test"); > Sink.text("link"); > Sink.link_(); > {code} > the created link does not contain the anchor: > {code} > [link](test) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)