mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 09:33:34 -06:00
* 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 |
||
---|---|---|
.. | ||
img | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
plugin.json | ||
README.md | ||
TextPanel.test.tsx | ||
TextPanel.tsx | ||
TextPanelEditor.tsx | ||
textPanelMigrationHandler.test.ts | ||
textPanelMigrationHandler.ts |
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.