mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +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(
|
||||
$("<pre/>")
|
||||
.addClass("raw_input_prompt")
|
||||
.text(content.prompt)
|
||||
.html(utils.fixConsole(content.prompt))
|
||||
.append(
|
||||
$("<input/>")
|
||||
.addClass("raw_input")
|
||||
|
Loading…
Reference in New Issue
Block a user