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:
@@ -4,7 +4,6 @@ const defaultMarkedOptions: MarkedOptions = {
|
||||
renderer: new marked.Renderer(),
|
||||
pedantic: false,
|
||||
gfm: true,
|
||||
tables: true,
|
||||
sanitize: true,
|
||||
smartLists: true,
|
||||
smartypants: false,
|
||||
|
||||
Reference in New Issue
Block a user