-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
tipsImprovements or additions to documentationImprovements or additions to documentation
Description
有如下 markdown 列表:
- First
- Second
- Third如何将其转化为数字的列表呢?
1. First
2. Second
3. Third借助 magnars/multiple-cursors.el,我们可以比较方便的实现这个功能。
- 选中该区域后,执行
mc/edit-lines进行多行编辑 M-x mc/insert-numbers插入序号- 删除
-
默认起始数字是 0,可以通过 (setq mc/insert-numbers-default 1) 设置成从 1 开始。
Metadata
Metadata
Assignees
Labels
tipsImprovements or additions to documentationImprovements or additions to documentation