思源笔记要使用的代码块片段

发布时间 2023-09-06 07:11:20作者: 捞起月亮的小北

隐藏大纲前面的块标记 H

.sy__outline .b3-list-item__graphic {
    display: none;
}

引用部分

.protyle-wysiwyg [data-node-id].bq, .b3-typography blockquote {
    min-height: 40px;
    border-top: 3px solid #d83931;
    border-bottom: var(--b3-border-wider);
    color: black;
    background-color: var(--b3-theme-background2) !important;
    border-left: none !important;
    padding: 5px 20px;
    border-radius: var(--b3-border-radius-noraml);
    margin: 4px;
}

行间距

.protyle-wysiwyg>.p {
 	line-height: 2.3;  /*段落块的行间距,段间距的话前面该改成margin*/
 }