fix: fix formatting of nested code blocks (#34)

This commit is contained in:
Robert Kaussow 2021-05-23 14:57:44 +02:00 committed by GitHub
parent 158f7f47ff
commit 609aa3574f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
padding: 0.2em 0.4em;
}
> pre code {
pre code {
display: block;
padding: 1rem;
width: 100%;