You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
编辑模式下,在有序列表中间插入换行后,后续行的序号不会更新
(虽然编辑模式下序号没有更新,但阅读模式下的序号显示是正常的)
例如原文本为:
1.a
2.b
在第一行和第二行中间加入换行后:
1.a
2.
2.b
希望在中间加入新的行之后,后续的有序列表会更新序号:
1.a
2.
3.b
Beta Was this translation helpful? Give feedback.
All reactions