初始是这样#
- 這是條目一
- 這是條目二
- 這是條目三
- 這是條目四
當把中間條目刪除後默認是這樣#
- 這是條目一
- 這是條目三
- 這是條目四
當使用 Linter 插件格式化後是這樣#
- 這是條目一
- 這是條目三
- 這是條目四
Linter 插件需要設置的地方#
- 在第五個設置選項 content 中
- 找到 Ordered List Style 選項
- 勾選打開 Makes sure that ordered lists follow the style specified. Note: that 2 spaces or 1 tab is considered to bean indentation level. 即可
建議#
- 重新設置快捷鍵 Ctrl+S
- 用 Lint the current file 替代默認的 save current file
- 這樣只需按快捷鍵 Ctrl+S 即可保存當前文件並自動調整有序列表序號