-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
HI,
i (think) found a minor bug in the preview render when using multiline comment (possibly only in Javascript).
Following markup from a .markup file:
`{code:language=JavaScript}
/**
- @fileoverview Description of file. Lorem ipsum dolor sit amet, consectetur
- adipiscing elit, sed do eiusmod tempor incididunt.
*/
{code}`
produces:
` / * @fileoverview Description of file. Lorem ipsum dolor sit amet, consectetur
- adipiscing elit, sed do eiusmod tempor incididunt.
*/`
If pasted into confluence proper it produces the expected result.
I suspect that the '*' char isn't escaped correctly in a code block in preview.