Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

DJDuque
Copy link
Contributor

@DJDuque DJDuque commented Aug 21, 2024

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
Copy link
Collaborator

epage commented Aug 21, 2024

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

src/combinator/mod.rs Fixed Show resolved Hide resolved
src/combinator/mod.rs Fixed Show fixed Hide fixed
@epage epage enabled auto-merge August 21, 2024 19:30
@epage epage merged commit 95e0c10 into winnow-rs:main Aug 21, 2024
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants