There are 2 updates.
 
 
Cristal / cid:jira-generated-image-avatar-ab7d62b6-3248-4295-9289-3b4aefc7c94c CRISTAL-716 Open

Cristal's markdown parser fails to parse macro attributes properly

 
View issue   ·   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-d5a524e2-ca7a-4e25-a84f-080caec52923 Changes by Clément Eraud on 28/Oct/25 15:25
 
Description: When parsing macros inside a Markdown content, the parser fails with various types of errors. Concrete example:

{code
:markdown }
{{xwikiMacro attr="<strong>salut</strong>" /}}
{code}

This will be parsed as a _xwikiMacro attr="_ followed by a *salut* text, followed by _" //}_.
Assignee: Clément Eraud