WordPress has the nasty habit, thanks to numerous filters, of converting two consecutive - to different ascii characters. wordpress는 불쾌한 습관 덕분에 수많은 필터를 연속으로 변환 - 아스키 문자를 다른합니다. This causes big problem for code fragments where people often tend to cut and paste the displayed code from browsers. 이로 인해 큰 문제는 코드의 파편 사람들은 어디에서 코드를 표시되는 경향이 브라우저를 잘라내기 및 붙여넣기합니다.

Here is how you can display two consecutive dash (minus sign) in WordPress posts and pages, like --, without any problem: 다음은 두 개의 연속적인 대시하는 방법을 표시할 수있습니다 (마이너스 기호)를 wordpress 게시물과 페이지, 같은 -은 아무런 문제 :
Use - instead of directly writing a -. 사용 - 직접 작성하는 대신에 -. So two successive dashes should be written as: -- 그래서 두 연속적인 대시로 기록해야합니다 : -