Files
book/nostarch
Chris Krycho 902612b6d2 infra: create mdbook-trpl-figure preprocessor
Building on the shared infra from `mdbook_trpl`, this preprocessor takes
nicely accessible and semantic HTML input like this:

    <figure>
    
    <img src="https://www.example.com/something.jpg">
    
    <figcaption>Figure 12-34: An illustration of something</figcaption>
    
    </figure>
    
It produces output like this:

    <img src="https://www.example.com/something.jpg">
    
    Figure 12-34: An illustration of something

This matches what we need for the nostarch output. Accordingly, wire up
the `nostarch/book.toml` to use this. There is no need to worry about
ordering of the two preprocessors, because in `Simple` mode the listing
preprocessor emits plain text output for listings (much as this does for
figures).
2024-12-05 09:37:01 -07:00
..
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-10-20 16:39:55 -04:00
2022-07-05 12:07:58 -04:00
2022-10-20 16:39:55 -04:00