-
-
Notifications
You must be signed in to change notification settings - Fork 63
#368 add option to wrap the markdown table in a collapsible section #369
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
base: master
Are you sure you want to change the base?
Conversation
@irongut is this repo dead? |
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.
would be awesome if this could be merged in
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.
would be awesome if this could be merged in
@irongut -- can you please consider this request? |
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.
LGTM
For issue: #368
collapsible
input to action with a default value offalse
collapsible
as a boolean command line option with a default value offalse
GenerateMarkdownOutput
to accept abool collapsible
parameterGenerateMarkdownOutput
to wrap the table in a<details>
tag with a<summary>
tag that reads "Expand for details" ifcollapsible
is trueo.Collapsible
toGenerateMarkdownOutput