CSS code highlighter - margin in pre code tag
Please look at this fiddle: Here What I am looking for is a way to remove that extra space at top (the one between black circular 1 and top edge of pre tag) in first example and make it look like second one The first example has some extra space above it (except the margin from strong elements), and I know that its because of the extra new-line after <pre><code> I didn't wanted to remove that extra newline as removing it makes the code look really unreadable, so I added this pre > code > strong:first-of-type { margin-top: 10px; } I thought it'll work but I forgot that I might have multiple