[
https://issues.apache.org/jira/browse/DOXIA-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konrad Windszus resolved DOXIA-757.
-----------------------------------
Resolution: Fixed
Fixed in
https://github.com/apache/maven-doxia/commit/4142e3046bcf8227164d4578cc6c3a5f951dc513.
> 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)