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