This is a development version (9.14.0.dev) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.14.0.dev / IPython / core / formatters / MarkdownFormatter

MetaHasTraits

IPython.core.formatters:MarkdownFormatter

source: /IPython/core/formatters.py :792

Signature

def   MarkdownFormatter ( ** kwargs : t.Any )  →  None

Summary

A Markdown formatter.

Extended Summary

To define the callables that compute the Markdown representation of your objects, define a _repr_markdown_ method or use the for_type or for_type_by_name methods to register functions that handle this.

The return value of this formatter should be a valid Markdown.

Aliases

  • IPython.core.formatters.MarkdownFormatter