Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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.