GitHub user Moosheimer added a comment to the discussion: Superset V6.0 - Table 
chart now longer shows bold text with HTML <b> tag in columns

@dosu 
I changed superset_config.py as follows:
HTML_SANITIZATION = False
HTML_SANITIZATION_SCHEMA_EXTENSIONS = {
  "attributes": {
    "*": ["style", "className", "class", "src", "width", "height", 
"frameborder", "marginwidth", "marginheight", "scrolling", "target", 
"background-color"],
  },
  "tagNames": ["style", "iframe", "h1", "h2", "h3", "h4", "h5", "h6", "b", 
"span"],
}

But <b> still isn't rendered.



GitHub link: 
https://github.com/apache/superset/discussions/36799#discussioncomment-15322513

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to