- Add CSS for `figure.listing`; this now renders identically to how the
existing listings render.
- Convert the first listing in the book to use `<Listing>` instead of
a bunch of `<span>`s.
Use the newly-introduced `mdbook-trpl-note` to render accessible and
semantic HTML for the notes/callouts in the book. This currently applies
to the nostarch version as well, so a follow-on change will update the
build process to undo that. Add CSS so the new note rendering matches
the existing rendering of blockquotes. (We might want to change that at
some point, but for now the goal is to maximizing continuity.)