devope opened this issue a year ago · 1 comments
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 ;.
;