Typora标题显示大小

Typora标题显示标题大小

显示效果
显示效果

在使用Typora时发现很少有主题显示标题大小,但使用小标题时有些不方便因此研究了一下。

/*自动添加标题大小*/
/*自动添加标题大小-侧边栏部分*/
.outline-h1>.outline-item>.outline-label:before {
    counter-increment: h1;
    content: "H1 "
}

.outline-h2>.outline-item>.outline-label:before {
    counter-increment: h2;
    content: "H2 "
}

.outline-h3>.outline-item>.outline-label:before {
    counter-increment: h3;
    content: "H3 "
}

.outline-h4>.outline-item>.outline-label:before {
    counter-increment: h4;
    content: "H4 "
}

.outline-h5>.outline-item>.outline-label:before {
    counter-increment: h5;
    content: "H5 "
}

.outline-h6>.outline-item>.outline-label:before {
    counter-increment: h6;
    content: "H6 "
}

/*自动添加标题大小-内容部分*/
#write h1:before {
    counter-increment: h1;
    content:  "H1 "
}

#write h2:before {
    counter-increment: h2;
    content:  "H2 "
}

#write h3:before{
    counter-increment: h3;
    content: "H3 "
}

#write h4:before{
    counter-increment: h4;
    content: "H4 "
}

#write h5:before{
    counter-increment: h5;
    content: "H5 "
}

#write h6:before{
    counter-increment: h6;
    content: "H6 "
}

其中content: "H1 "中,双引号中的内容即为标题前显示的内容,可自行修改。
参考连接参考链接

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值