Shareable component: markdown for strings?

Hi! Are there any workarounds available for using markdown for string values in component params of a shareable component? In my current use case, I’m primarily interested in line breaks, but the full markdown functionality would be great.

Hi!

I haven’t found a workaround that works for “< br >” line breaks, but I have found that using a function string param works when using “\n” works when the Enable Markdown checkbox is enabled on the Text component. Using * and ** to emphasize bold and italic text also works in both cases, for examples of other markdown functionality that works.

How it looks in the client:

How it looks in Create:

The function param:
image

This approach unfortunately does not work when working with data which has been saved from before - it seems to only work for “\n” characters which are written directly as part of a function.

Rhys

1 Like

Hi @rhys! I ended up using Rich text, but good find, I’ll keep it in mind for the future :blush:

1 Like