We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vertical bar literal |
vertical bar in decimal |
vertical bar literal in table is rendered as two columns. The desired result is a single column. echo ... grep H.
Sample
| echo "Hello World" | grep H |
Question: Can a vertical bar be escaped in a table?
Question: There is a Unicode Symbol for "CopyRight". (C)
Suggestion: How about a Unicode Symbol for vertical line (V) or (l)?
Here are two revised samples.
Sample with V | echo "Hello World" (V) grep H |
Sample with l | echo "Hello World" (l) grep H |
The text was updated successfully, but these errors were encountered:
Yes, you can wrap it in notextile marks, e.g == | == to make it appear in its own right in a table.
== | ==
Try entering the following on the tables demo page:
| A | simple | table | row | | And | another | table | row | | With a | dual == | == item | -empty- | cell |
Sorry, something went wrong.
No branches or pull requests
vertical bar literal |
vertical bar in decimal |
vertical bar literal in table is rendered as two columns. The desired result is a single column. echo ... grep H.
Sample
| echo "Hello World" | grep H |
Question: Can a vertical bar be escaped in a table?
Question: There is a Unicode Symbol for "CopyRight". (C)
Suggestion: How about a Unicode Symbol for vertical line (V) or (l)?
Here are two revised samples.
Sample with V
| echo "Hello World" (V) grep H |
Sample with l
| echo "Hello World" (l) grep H |
The text was updated successfully, but these errors were encountered: