Skip to content

Commit

Permalink
Merge pull request #554 from joshtriplett/tyop
Browse files Browse the repository at this point in the history
doc: Add a blank line between paragraph and image
  • Loading branch information
epage authored Jul 2, 2024
2 parents e826529 + 04242c6 commit 341f1ec
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 341f1ec

Please sign in to comment.