You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you're interested in more of these type of incositencies (preview visual bugs) i can provide a couple more that poped up. Especially when there are blocks in blocks (like for example using a '{color}' inside a monospaced '{{}}' block).
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}
/**
*/
{code}`
produces:
` / * @fileoverview Description of file. Lorem ipsum dolor sit amet, consectetur
*/`
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.
The text was updated successfully, but these errors were encountered: