Hello, guys.
Could you advise please? I’m trying to make a view on lab inventory and need minor formatting for that, like a bold text for header and a superscript grey text right under it for notes. Something like this:
I can do that with unsafe_allow_html = True. Problem is, this data comes from the user. Is there any way to separate styling from values (like parameters)? I.e. to protect from injection.