diff --git a/_sass/typography.scss b/_sass/typography.scss index 3749d43..cadee36 100644 --- a/_sass/typography.scss +++ b/_sass/typography.scss @@ -27,6 +27,10 @@ h4, letter-spacing: 0.1em; } +h4 code { + text-transform: none; +} + h5, .text-epsilon { @include fs-3; diff --git a/docs/index-test.md b/docs/index-test.md index c54db98..8a9046a 100644 --- a/docs/index-test.md +++ b/docs/index-test.md @@ -39,7 +39,7 @@ GitHubPages::Dependencies.gems.each do |gem, version| end ``` -#### [](#header-4)Header 4 +#### [](#header-4)Header 4 `with code not transformed` * This is an unordered list following a header. * This is an unordered list following a header.