Consider Markdown javadoc like:
---
/// [java.util.Arrays#asList(Object\[\])]
---
The MarkdownTransformer will convert this link into the javadoc {@link}, but the ReferenceTree inside this link will have start position -1. This is caused by the escapes (\[ and \]).
---
/// [java.util.Arrays#asList(Object\[\])]
---
The MarkdownTransformer will convert this link into the javadoc {@link}, but the ReferenceTree inside this link will have start position -1. This is caused by the escapes (\[ and \]).