Support mark up in input step

Does input step in buildkite support markup?

We would like to provide more information in input step like:

Your cloud infrastructure has the following changes(show three in each category):

Added(5)

* resource1
* resource2
* resource3

Removed(1)

* resource5

Modified(1)

* resource6

View more details at spacelift stack

And then provide an option to continue for user. Is it possible?

Hey @nagarwal! :waving_hand:

Markdown isn’t supported in the prompt of the input box. I’m assuming you’d want to dynamically set the values in the prompt? This might therefore need you to use a dynamic pipeline set up to note the changes.

I can set dynamic values. We would like to present this prompt to user and one aspect of it is clickable link where user can see more information.

Is there any other way to provide a clickable link in prompt to user

Hi @nagarwal ,

Clickable link information is also not supported supported. For text input attributes, there is an optional attribute hint where you can provide more information that will be shown after the label.

Cheers!