TextPanel: Fixes issue when interpolation of variables stops working (#26847)

* TextPanel: Fixes issue when interpolation of variables stops working

* Tests: fixes broken typing in test

* Tests: updates e2e dashboard to html so we get the raw strings

* Tests: reverted back to markdown and fixed a bug
This commit is contained in:
Hugo Häggmark
2020-08-10 06:38:22 +02:00
committed by GitHub
parent 7fe2b7037a
commit f92bc0994d
9 changed files with 31 additions and 39 deletions
@@ -4,7 +4,6 @@ const defaultMarkedOptions: MarkedOptions = {
renderer: new marked.Renderer(),
pedantic: false,
gfm: true,
tables: true,
sanitize: true,
smartLists: true,
smartypants: false,