mirror of
https://github.com/rust-lang/book.git
synced 2026-05-19 02:20:19 -04:00
- 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.
18 lines
597 B
TOML
18 lines
597 B
TOML
# Sync any changes to this *other than where explicitly specified* with the copy
|
|
# in `nostarch/book.toml`!
|
|
|
|
[book]
|
|
title = "The Rust Programming Language"
|
|
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
|
|
|
|
[output.html]
|
|
additional-css = ["ferris.css", "theme/2018-edition.css", "theme/semantic-notes.css", "theme/listing.css"]
|
|
additional-js = ["ferris.js"]
|
|
git-repository-url = "https://github.com/rust-lang/book"
|
|
|
|
# Do not sync this preprocessor; it is for the HTML renderer only.
|
|
[preprocessor.trpl-note]
|
|
|
|
[preprocessor.trpl-listing]
|
|
output-mode = "default"
|