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