WordPress has the nasty habit, thanks to numerous filters, of converting two consecutive - to different ascii characters.在WordPress有惡劣的習慣,感謝眾多的過濾器,轉換為兩個連續的-不同的A SCII字符。 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: --因此,連續兩個破折號應寫為: -