Show More
@@ -317,8 +317,8 var IPython = (function (IPython) { | |||||
317 | var text = this.get_text(); |
|
317 | var text = this.get_text(); | |
318 | if (text === "") { text = this.placeholder; } |
|
318 | if (text === "") { text = this.placeholder; } | |
319 | var text_math = IPython.mathjaxutils.remove_math(text); |
|
319 | var text_math = IPython.mathjaxutils.remove_math(text); | |
320 | var text = text_math[0] |
|
320 | var text = text_math[0]; | |
321 | var math = text_math[1] |
|
321 | var math = text_math[1]; | |
322 | var html = marked.parser(marked.lexer(text)); |
|
322 | var html = marked.parser(marked.lexer(text)); | |
323 | html = $(IPython.mathjaxutils.replace_math(html, math)); |
|
323 | html = $(IPython.mathjaxutils.replace_math(html, math)); | |
324 | // links in markdown cells should open in new tabs |
|
324 | // links in markdown cells should open in new tabs |
General Comments 0
You need to be logged in to leave comments.
Login now