<@ULVA73B9P> How can I format the text that appear...
# ask-marvin
t
@Marvin How can I format the text that appears in the Prefect 2.x UI above my flow parameters. I know that it will use the docstring from an enumeration, but it appears as run together text.
m
To format the text in the Prefect 2.x UI for flow parameters, it looks like the documentation currently does not specify a way to customize or format that text neatly. The output generally seems to be dependent on how the docstring is written. Unfortunately, if the text appears run-together, it might help to structure your docstring more clearly or use plain text without formatting symbols that could be misinterpreted by the UI. You may want to refer directly to the Prefect 2.x documentation for more precise and detailed guidelines. If you have specific formatting needs, creating a GitHub issue to request a feature might be a productive step. Would you like to explore more about this or have any related questions?
t
@Marvin Does prefect 3.0 provide the ability to format that text?
m
Prefect 3.0 still seems to rely on the same basic functionality as 2.x when it comes to using docstrings for flow parameters display. No new explicit formatting features or markdown support for docstrings in flow parameter displays were mentioned. For more details, you can check out the Prefect 3.0 documentation on writing flows and style practices. If you have specific needs or run into issues, creating a GitHub issue might be the way to suggest new features or improvements. Can I assist you with anything else?