docs: explain escaping pipes in tables by hamedrabah · Pull Request #7079 · mintlify/docs · GitHub
Skip to content

docs: explain escaping pipes in tables - #7079

Merged
ethanpalm merged 1 commit into
mintlify:mainfrom
hamedrabah:docs/table-pipe-escaping
Aug 25, 2026
Merged

docs: explain escaping pipes in tables#7079
ethanpalm merged 1 commit into
mintlify:mainfrom
hamedrabah:docs/table-pipe-escaping

Conversation

@hamedrabah

@hamedrabah hamedrabah commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Documentation changes

Adds an Escape pipe characters section to the tables guide. It explains that literal pipe characters in table cells must be escaped, including pipes inside inline code, and provides both a rendered example and its MDX source.

Related to #2749. This documentation change does not modify CLI diagnostics; it documents one reproducible cause of parsing errors and the correct workaround.


For Reviewers

✅ Technical accuracy

  • Code examples work as written
  • Commands and configurations are correct
  • Links resolve to the right destinations
  • Prerequisites and requirements are accurate

✅ Clarity and completeness

  • Instructions are clear and easy to follow
  • Steps are in logical order
  • Nothing important is missing
  • Examples help illustrate the concepts

✅ User experience

  • A new user could follow these docs successfully
  • Common gotchas or edge cases are addressed
  • Error messages or troubleshooting guidance is helpful

Validation

  • mint validate --telemetry=false
  • Local Mintlify preview confirmed that read\|write in the source renders as read|write

Note

Low Risk
Documentation-only update to a single MDX page with no runtime or tooling changes.

Overview
Adds an Escape pipe characters subsection to the lists-and-tables guide (create/list-table.mdx), placed before column alignment.

It documents that literal | in table cells must be written as \|, including inside inline code, because unescaped pipes are parsed as column separators and can break preview or validation. The section includes a live example (read\|write) and matching MDX source block.

This is documentation only (related to #2749); no CLI or parser behavior changes.

Reviewed by Cursor Bugbot for commit 8853dc4. Bugbot is set up for automated code reviews on this repo. Configure here.

@ethanpalm ethanpalm left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for creating this PR, @hamedrabah! Appreciate you taking the time to update the Mintlify docs and the well written description of the problem

@ethanpalm
ethanpalm merged commit 37cf381 into mintlify:main Aug 25, 2026
2 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