SIGN IN SIGN UP

Add additional allowed tags in untrusted notebook markdown (#150228)

This adds some extra allowed tags when rendering markdown in notebooks. Additions are:

```
  "b",

    "br",

    "caption",

    "center",

    "col",

    "colgroup",

    "details",

    "em",

    "font",

    "i",

    "kbd",

    "sub",

    "summary",

    "sup",

    "table",

    "tbody",

    "tfoot",

    "thead",

    "td",

    "th",

    "tr",

    "tt",

    "u",

    "video"
```
M
Matt Bierner committed
b8420578fd0acf3c5593503b1f918c683d30304c
Parent: a6eb005
Committed by GitHub <noreply@github.com> on 5/23/2022, 10:30:42 PM