flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

The XWiki Macro extension doesn't support escaping Macro attribute values

Open vmassol opened this issue 5 years ago • 0 comments

Example inputs:

{{somemacro param1="val\"ue"/}}
{{somemacro param1="\value"/}}
{{somemacro param1='val\'ue'/}}

It would be great if that could be added since a lot of XWiki macros need to have attribute value content escaped in places.

I'd love to contribute a PR for this but I'm really not familiar with flexmark-java APIs (@vsch was really kind to write that module for us :)). Maybe with some guidance, I could have a try.

vmassol avatar Mar 03 '20 13:03 vmassol