Different fonts for inline words in markdown

Hi,how can we give different font to inline words in markdown?
eg.
image

I don't think this is possible in the standard markdown widget in Visualize, but you can do it with the Markdown element in Canvas.

You'd need to manually edit the expression by clicking Expression editor and updating the markdown function so it takes a font argument with a nested subexpression using the font function:

filters
| demodata
| markdown "### Hello world!" font={font family="..."}
| render
1 Like

How to write "95" to font-size "50" and "%" to font-size "25" ?

I don't think you can do that within a single markdown element; but you could create a second markdown element with the correct font size, and group them together using the G keyboard shortcut

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.