Skip to content

标题编号怎么取消? #166

Answered by Keldos-Li
liyangzbx asked this question in Q&A
Discussion options

You must be logged in to vote

如果一定要取消,css文件里找个地方加上:

#write h1:before, #write h2:before, #write h3:before, #write h4:before, #write h5:before, #write h6:before {
  content: "" !important;
  margin-right: 0 !important;
}

把编号覆盖掉吧

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Keldos-Li
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #140 on November 22, 2024 14:34.