MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.44k stars 1.09k forks source link

code block rendering bug for square bracket #1332

Open devope opened 8 months ago

devope commented 8 months ago

Code block with triple backticks is rendering bad:

interface MyObject {
  [key: string]: string;
}
Screenshot 2024-01-07 at 08 07 02
devope commented 8 months ago

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