grafana/public/app/plugins/panel/text
Polina Boneva bec500b69f
Chore: Test grafana/public/app/plugins/panel/text/TextPanel.tsx (#52244)
* move sanitize test to its own test file

* add a test for renderTextPanelMarkdown to always sanitize

* setup TextPanel tests

* add tests to always sanitize Text Panel contents and always convert correctly to html/markdown
2022-07-15 12:06:16 +03:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts schema: Generate Go and Typescript from Thema coremodels (#49193) 2022-05-27 03:21:37 +02:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
TextPanel.test.tsx Chore: Test grafana/public/app/plugins/panel/text/TextPanel.tsx (#52244) 2022-07-15 12:06:16 +03:00
TextPanel.tsx Chore: Test grafana/public/app/plugins/panel/text/TextPanel.tsx (#52244) 2022-07-15 12:06:16 +03:00
TextPanelEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
textPanelMigrationHandler.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00

Text Panel - Native Plugin

The Text Panel is included with Grafana.

The Text Panel is a very simple panel that displays text. The source text is written in the Markdown syntax meaning you can format the text. Read GitHub's Mastering Markdown to learn more.