macdown
macdown copied to clipboard
code block rendering bug for square bracket
Code block with triple backticks is rendering bad:
interface MyObject {
[key: string]: string;
}
If somebody encountered this bug I have found the workaround.
Just insert space ( ) before ;.