3110 月2017Sublime 中 Markdown 的換行問題/markdown, octopress, sublime/開發筆記10月 31日, 2017在 Sublime 中,我一向是把行末的空格,在存檔的同時,自動移除。一方面維持內容的一致性,另一方面,根據我 seafood 的說法,在 github 比較不會出現無意義的 diff 提示。在 Sublime 中的設定方式也很簡單,只要在 preferences 中這樣設定即可{ "trim_trailing_white_space_on_save": true, }這一直都進行得很好,直到有一天,我膝蓋中了一箭。 Read More