winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
525 stars 40 forks source link

doc: Add a blank line between paragraph and image #554

Closed joshtriplett closed 3 months ago

joshtriplett commented 3 months ago

This prevents the large image from appearing inline in the last line of the paragraph.

Without this fix:

image

epage commented 3 months ago

Thanks! Must have been a regression from when we moved it to the tutorial as I had looked at t he previous page many times and it didn't look like that.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9736223998

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/stream/mod.rs 1 25.28%
src/token/mod.rs 1 75.0%
src/macros/seq.rs 2 85.71%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 9407425121: 0.3%
Covered Lines: 1307
Relevant Lines: 3111

💛 - Coveralls