웹 페이지에서 복사한 내용을 붙여넣기 전에 게시글 작성기를 “리치 텍스트 에디터” 모드로 설정했나요?
여전히 오류가 발생합니다.
설명서에 적힌 대로 정확히 따랐는지 확인해 주셨나요?
해당 HTML에서 렌더링된 내용을 복사해야 클립보드에 text/html 형식의 데이터가 채워진다는 점을 유의해 주세요:
<html>
<body>
<!--StartFragment--><span style="color: rgb(0, 0, 0); font-family: "Times New Roman"; font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: pre; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">foo
bar
</span><!--EndFragment-->
</body>
</html>
이는 HTML 마크업을 사용하여 게시글을 작성하라는 의미가 아닙니다.