Markdown

class foxglove.layouts.MarkdownPanel

Write documentation and notes formatted using Markdown.

For more information, see [the documentation](https://docs.foxglove.dev/docs/visualization/panels/markdown).

config: MarkdownConfig
title: str | None = None

The title of the panel.

class foxglove.layouts.MarkdownConfig

Configuration for the Markdown panel.

font_size: float | None = None

Sets the base font size for the Markdown renderer.

markdown: str | None = None

The markdown content to display.