winnow-rs / winnow

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

fix(docs): Escape pipes in `Repeat::fold` usage #585

Closed DJDuque closed 2 months ago

DJDuque commented 2 months ago

The pipes were interpreted as column delimiters. Also, I had to use <code></code> instead of backticks to have the pipes display as | instead of \| in the docs.

epage commented 2 months ago

... markdown parsers aren't prioritizing backticks over tables? sigh