MacDownApp / macdown

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

code block rendering bug for square bracket #1332

Open devope opened 10 months ago

devope commented 10 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 10 months ago

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