Skip to content

Commit b4063cb

Browse files
committed
Support non-uppercased code blocks in headings
1 parent d37976c commit b4063cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/docs.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828

2929
h1, h2, h3, h4, h5, h6 {
3030
clear: both;
31+
code {
32+
text-transform: none;
33+
}
3134
}
3235

3336
p {

0 commit comments

Comments
 (0)