-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Console] Add markdown format to Table #20654
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
Conversation
It looks like you unchecked the "Allow edits from maintainer" box. That is fine, but please note that if you have multiple commits, you'll need to squash your commits into one before this can be merged. Or, you can check the "Allow edits from maintainers" box and the maintainer can squash for you. Cheers! Carsonbot |
92dcddc
to
fd8afc4
Compare
$table->setStyle('markdown'); | ||
$table->render(); | ||
|
||
This outputs the table in the Markdown format: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This outputs the table in the Markdown format: | |
The output of this command will be: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to put some emphasis on that it supports Markdown format ... what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I think it's not a bad idea to emphasize this, so I merged it "as is". Thanks.
Co-authored-by: Mathieu Santostefano <[email protected]>
Alexander, thanks for updating the docs ... and congrats on your first Symfony Docs contribution 🎉 |
Closing manually because our merging tool didn't close this automatically. This was merged in 889849c |
Closes #20653