macdown icon indicating copy to clipboard operation
macdown copied to clipboard

code block rendering bug for square bracket

Open devope opened this issue 1 year ago • 1 comments

Code block with triple backticks is rendering bad:

interface MyObject {
  [key: string]: string;
}
Screenshot 2024-01-07 at 08 07 02

devope avatar Jan 07 '24 05:01 devope

If somebody encountered this bug I have found the workaround. Just insert space ( ) before ;.

devope avatar Jan 07 '24 08:01 devope