mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
fixConsole no longer trims the final text.
This commit is contained in:
parent
249f2f6ade
commit
b7ab64f304
@ -70,7 +70,7 @@ IPython.utils = (function (IPython) {
|
||||
txt = txt.replace(re, closer + opener)
|
||||
}
|
||||
if (opened) txt += "</span>"
|
||||
return txt.trim()
|
||||
return txt
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user