MCPcopy Create free account
hub / github.com/ipython/ipython / Markdown

Class Markdown

IPython/core/display.py:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732class Markdown(TextDisplayObject):
733
734 def _repr_markdown_(self):
735 return self._data_and_metadata()
736
737
738class Math(TextDisplayObject):

Callers 1

markdownMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected