先看一下大概的预览图
CSS内容
.markdown-here-wrapper {
font-size: 16px !important;
line-height: 1.8em !important;
letter-spacing: 0.1em !important;
}
pre, code {
font-size: 14px !important;
font-family: 'JetBrains Mono', 'Cascadia Code','Fira Code Medium', Consolas, Inconsolata, Courier, monospace !important;
/* margin: auto 5px !important; */
}
code {
white-space: pre-wrap !important;
display: inline !important;
}
pre {
font-size: 15px !important;
line-height: 1.4em !important;
}
pre code {
white-space: pre !important;
overflow: auto !important;
/* border-radius: 3px !important; */
/* padding: 1px 1px !important; */
display: block !important;