Skip to content

Escape pipes in markdown table#12

Open
KyleFin wants to merge 1 commit into
AI-Maker-Space:mainfrom
KyleFin:patch-1
Open

Escape pipes in markdown table#12
KyleFin wants to merge 1 commit into
AI-Maker-Space:mainfrom
KyleFin:patch-1

Conversation

@KyleFin

@KyleFin KyleFin commented Jun 12, 2025

Copy link
Copy Markdown

Without escaping, the commands to install uv are incomplete.

Before:

image

After:

image

Without escaping, the commands to install uv are incomplete.
Comment thread README.md
| Tool | Purpose | Command |
| :-------- | :-------- | :------------------------------------------------------------------------------------------------ |
| :snake: **uv** | Python Package Manager | `curl -LsSf https://astral.sh/uv/install.sh | sh` |
| :snake: **uv** | Python Package Manager | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Suggested change
| :snake: **uv** | Python Package Manager | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |
| :snake: **uv** | Python Package Manager | `curl -LsSf https://astral.sh/uv/install.sh \| sh` <br> `source ~/.bashrc` |

Apple Silicon instructions could also include source ~/.bashrc (though I'm using .zshrc)

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.

1 participant