[ https://issues.apache.org/jira/browse/DOXIA-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Konrad Windszus updated DOXIA-757: ---------------------------------- Description: 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 hash character which indicates the anchor link: {code} [link](test) {code} was: 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} > MarkdownSink: Hash character (#) 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 hash character which indicates the > anchor link: > {code} > [link](test) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)