From 04242c6f888400d9ff055651dfd4abfe72865695 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Sun, 30 Jun 2024 17:37:18 -0700 Subject: [PATCH] doc: Add a blank line between paragraph and image This prevents the large image from appearing inline in the last line of the paragraph. --- src/_tutorial/chapter_8.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_tutorial/chapter_8.rs b/src/_tutorial/chapter_8.rs index 3f63da85..d594fc45 100644 --- a/src/_tutorial/chapter_8.rs +++ b/src/_tutorial/chapter_8.rs @@ -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