This issue has been created
There is 1 update.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-f853c83b-08a6-47de-b351-e156f4528a82 XRENDERING-799 Open

Macro inside link isn't parsed as inline macro

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-37d1fbcc-f2a8-45af-bbca-ba9a48bd123e Michael Hamann created this issue on 06/Nov/25 14:46
 
Summary: Macro inside link isn't parsed as inline macro
Issue Type: cid:jira-generated-image-avatar-f853c83b-08a6-47de-b351-e156f4528a82 Bug
Affects Versions: 16.10.0
Assignee: Unassigned
Attachments: image-2025-11-06-14-45-48-073.png
Components: Syntax - xwiki/2.0
Created: 06/Nov/25 14:46
Priority: cid:jira-generated-image-static-major-8c38275f-a5b4-4ca5-8515-e9c85f22ab1a Major
Reporter: Michael Hamann
Description:

Steps to reproduce:

Create a page with content

[[

{{info}}Type your information message here.{{/info}}>>https://www.xwiki.org/xwiki/bin/view/Main/]]

[[{{info}}Type your information message here.{{/info}}>>https://www.xwiki.org/xwiki/bin/view/Main/]]

[[A

link

with

some

words>>https://www.xwiki.org/xwiki/bin/view/Main/]]

[[Alinkwithsomewords>>https://www.xwiki.org/xwiki/bin/view/Main/]]

Expected result:

The first two and the last two links are rendered the same.

Actual result:

While the last two links are the same (we ignore paragraphs), the first two are different and the first syntax in particular is clearly broken:

44315_image-2025-11-06-14-45-48-073.png

 
 

1 update

 
cid:jira-generated-image-avatar-37d1fbcc-f2a8-45af-bbca-ba9a48bd123e Changes by Michael Hamann on 06/Nov/25 14:46
 
Component: API