Inline CSS

Speaking of CSS, there's a `-- css`neo` section to add styles directly from the content.

Source

Code
-- p
-- class: neoexample

Open your book to the first page


-- css

.neoexample {
  background-color: #422;
  border-radius: 1rem;
}

Output

Open your book to the first page

Each `-- css`neo` section becomes a _script__ tag just before the close of the _head__ in the HTML.