在markeditor中在两个序号 之间插入图片,序号不连续,又从1开始
您好,我使用markeditor编辑如下内容: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica; color: #bf0004; background-color: #000000; background-color: rgba(0, 0, 0, 0)} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'PingFang SC'; color: #413f64; background-color: #000000; background-color: rgba(0, 0, 0, 0)} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Menlo; color: #c03f44; background-color: #000000; background-color: rgba(0, 0, 0, 0)} p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'PingFang SC'; color: #413f64; background-color: #000000; background-color: rgba(0, 0, 0, 0)} span.s1 {font-kerning: none; color: #1288eb} span.s2 {letter-spacing: 5.0px; color: #1288eb} span.s3 {font-kerning: none; color: #413f64} span.s4 {font: 14.0px 'PingFang SC'; font-kerning: none; color: #413f64} span.s5 {font-kerning: none} span.s6 {font: 14.0px 'PingFang SC'; font-kerning: none} span.s7 {font: 14.0px Helvetica; font-kerning: none; color: #1288eb} span.s8 {font: 14.0px Helvetica; letter-spacing: 5.0px; color: #1288eb} span.s9 {font: 14.0px Helvetica; font-kerning: none} span.s10 {font: 14.0px Helvetica; font-kerning: none; color: #bf0004} span.s11 {font-kerning: none; color: #bf0004} span.s12 {font-kerning: none; color: #434343} span.s13 {font-kerning: none; color: #760078} span.s14 {font-kerning: none; color: #2e2e2e} span.s15 {font-kerning: none; color: #537b03} span.s16 {font: 13.0px Menlo; font-kerning: none; color: #1288eb} span.s17 {font: 13.0px Menlo; font-kerning: none} span.s18 {font: 13.0px Menlo; font-kerning: none; color: #bf0004}
1. 登录ECS管理控制台。
2.在左侧导航栏中,单击实例。
3.在实例列表页,找到需要添加预付费云盘的预付费实例,单击其对应的操作栏里的更多。
最终显示如下(序号3又从1开始):
请问如何使3的序号不是1而是3?
@ou 把 . 换成 , 之类的间隔符,这里并不适合使用 list 的语法。
@hepochen 就是手动排序,而不是靠list的规则来排序,使这样么?
@ou 是,这是 markdown 的通病