vscode/extensions/markdown-language-features/notebook
Matt Bierner b8420578fd
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"
```
2022-05-23 22:30:42 +00:00
..
index.ts Add additional allowed tags in untrusted notebook markdown (#150228) 2022-05-23 22:30:42 +00:00
tsconfig.json Initial support for syntax highlighting md code blocks in notebooks 2021-11-08 12:30:13 -08:00