Skip to content

Commit

Permalink
doc: Add a blank line between paragraph and image
Browse files Browse the repository at this point in the history
This prevents the large image from appearing inline in the last line of
the paragraph.
  • Loading branch information
joshtriplett committed Jul 1, 2024
1 parent e826529 commit 04242c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_tutorial/chapter_8.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//!
//! When things inevitably go wrong, you can introspect the parsing state by running your test case
//! with `--features winnow/debug`:
//!
//! ![Trace output from string example](https://raw.githubusercontent.com/winnow-rs/winnow/main/assets/trace.svg "Example output")
//!
//! You can extend your own parsers to show up by wrapping their body with
Expand Down

0 comments on commit 04242c6

Please sign in to comment.