-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Enable collapsing markdown elements #15260
Conversation
22c3326
to
4d67d55
Compare
I am trying to use this now and cannot figure out how one should add an attribute. I looked through the test case, but there's no markdown I as a user can recognised there, and the video only shows the output. So I've tried the kramdown style attributes
but that doesn't seem to work. The I've tried html, but that doesn't work either. Any tips here would be welcome! :) |
Sorry for not having documented that well enough. The attribute is supposed to be added as shown here:
|
thanks so much! I'll add it to a tutorial! |
I think i was just mislead by
which meant galaxy markdown, not the rest, but it makes sense now, also why there wasn't any markdown in the test cases either! i'm adding it as an FAQ to the workflow reports tutorial so it'll be easy for learners to discover :) |
Mentioned in: #15088. Allows to optionally collapse/expand all existing markdown elements by declaring shared element attributes. This feature can be used with any markdown element by adding the
collapse="[TITLE]"
attribute. Additionally this PR adds client tests, unfortunately the client test coverage of markdown elements is still limited.Screen.Recording.2023-01-04.at.1.49.57.PM.mov
How to test the changes?
(Select all options that apply)
License