browserengineering / book

Web browser engineering (a book)

Home Page:https://browser.engineering/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example boxes look strange

wilcoxjay opened this issue · comments

Check out this example from Chapter 8
example from Chapter 8

There seems to be a missing newline or something. Perhaps this CSS should contain

.example:before { content: "Example\0a\0a"; color: gray; }

which adds two newline characters.