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

Fixed table formatting-removed "|" in bot|user #3825

Open
wants to merge 1 commit into
base: 5.13
Choose a base branch
from

Conversation

martynscn
Copy link
Contributor

Removed "|" in bot|user which caused the table to be misaligned and not understandable.

Removed "|" in bot|user which caused the table to be misaligned and not understandable.
Copy link
Collaborator

@vga91 vga91 left a comment

Choose a reason for hiding this comment

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

Thanks for your submission!
Please, can you see my comment?

@@ -111,7 +111,7 @@ yield value
[%autowidth, opts=header]
|===
|name | description
| messages | List of maps of instructions with `{author:"bot|user", content:"text"}`
| messages | List of maps of instructions with `{author:"bot user", content:"text"}`
Copy link
Collaborator

Choose a reason for hiding this comment

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

The correct formatting should be with \|, which return it {author:"bot|user", content:"text"}, which means "author": "bot" OR "user"

Suggested change
| messages | List of maps of instructions with `{author:"bot user", content:"text"}`
| messages | List of maps of instructions with `{author:"bot\|user", content:"text"}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants