bundles / IPython 9.3.0 / 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