Hello, I set up Datahub and write some description...
# all-things-deployment
s
Hello, I set up Datahub and write some descriptions about tables and schema. Markdown is supported when I write some descriptions. But, I want to change color, font and size in text like html web pages. Is there anyway to use html or to change color,font, size in description text?
b
not sure if everything can be done, but
Copy code
<span style="color:blue">blue</span>
changes color in description
s
@better-orange-49102 thank you!!! is this Markdown syntax?
b
i dunno what counts as proper markdown syntax 🙂
just try on the demo site and see what works
s
it works on demo. color, fonts and size are done.
Copy code
I am in <span style="font-family:Papyrus; font-size:4em;color:red">LOVE!</span>
thank you again @better-orange-49102!!