* 내용: [Typescript Handbook](https://typescript-kr.github.io/pages/tutorials/ts-for-the-new-programmer.html) 한글버전에 올라와있는 문제입니다. 업로드한 이미지에서 다음의 내용을 가지고 있는 code block이 마크다운이 정상적이나, 렌더링에서 꼬인 모습을 보이고 있습니다. ``` ts twoslash // @errors: 2551 const obj = { width: 10, height: 15 }; const area = obj.width * obj.heigth; ``` 해당 내용 예전에 제가 블로그 마크다운할 때, 여러 번 있었던 문제였는데 어떻게 해결할 지 모르겠네요. 해결해주실 수 있나요? <img width="980" alt="스크린샷 2020-08-10 오후 10 15 09" src="https://user-images.githubusercontent.com/59246456/89787092-e347e980-db57-11ea-9ddd-291cd1f9a4f5.png">