Method
markdown
Render the cell as Markdown text block
(self, line, cell)
Source from the content-addressed store, hash-verified
| 89 | |
| 90 | @cell_magic |
| 91 | def markdown(self, line, cell): |
| 92 | """Render the cell as Markdown text block""" |
| 93 | display(Markdown(cell)) |
Callers
nothing calls this directly
Tested by
no test coverage detected