mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #668 from minrk/fixConsolePrompt
call fixConsole on raw_input prompt
This commit is contained in:
commit
86415c42b5
@ -776,7 +776,7 @@ define([
|
|||||||
.append(
|
.append(
|
||||||
$("<pre/>")
|
$("<pre/>")
|
||||||
.addClass("raw_input_prompt")
|
.addClass("raw_input_prompt")
|
||||||
.text(content.prompt)
|
.html(utils.fixConsole(content.prompt))
|
||||||
.append(
|
.append(
|
||||||
$("<input/>")
|
$("<input/>")
|
||||||
.addClass("raw_input")
|
.addClass("raw_input")
|
||||||
|
Loading…
Reference in New Issue
Block a user