feat: code support copy (#1057)

This commit is contained in:
Joel 2023-08-30 18:08:47 +08:00 committed by GitHub
commit e34dcc0406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 13 deletions

View file

@ -774,6 +774,10 @@
border-radius: 6px;
}
.markdown-body pre {
padding: 0;
}
.markdown-body pre code,
.markdown-body pre tt {
display: inline-block;