You need to call setAnchor()
.
I’ve debugged it and it’s a current limitation that we should support and implementation.
Details:
- We’re missing an API at xwiki-platform/xwiki-platform-core/xwiki-platform-bridge/src/main/java/org/xwiki/bridge/DocumentAccessBridge.java at 44bb102a2c15aed7d53f61744314098a70bb0837 · xwiki/xwiki-platform · GitHub to allow passing an anchor
- This API is called from xwiki-platform/xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/wiki/XWikiWikiModel.java at 4556c095c0e0a3dbcaaf09f809a3cd9937fae939 · xwiki/xwiki-platform · GitHub which should call it and pass the anchor if defined.
Then it would work.
The issue is Loading...
Thx