diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js index 89f112f..f1fcf11 100644 --- a/IPython/html/static/notebook/js/textcell.js +++ b/IPython/html/static/notebook/js/textcell.js @@ -242,6 +242,7 @@ define([ html.find("a[href]").not('[href^="#"]').attr("target", "_blank"); this.set_rendered(html); this.typeset(); + this.events.trigger("rendered.MarkdownCell", {cell: this}) } return cont; };