mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Some typo fixes
This commit is contained in:
parent
c46ae2e637
commit
d756816e2b
@ -1097,9 +1097,9 @@ define([
|
||||
|
||||
Notebook.prototype._warn_heading = function () {
|
||||
/**
|
||||
* warn about heading cells being removed
|
||||
* @private
|
||||
*/
|
||||
// warn about heading cells being removed
|
||||
dialog.modal({
|
||||
notebook: this,
|
||||
keyboard_manager: this.keyboard_manager,
|
||||
|
@ -1,19 +1,20 @@
|
||||
{
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
"markdown": {
|
||||
"parser": "gfm"
|
||||
},
|
||||
"plugins": [
|
||||
"plugins/markdown"
|
||||
],
|
||||
"source": {
|
||||
"include": [
|
||||
"../IPython/html/static/notebook/js/notebook.js"
|
||||
]
|
||||
},
|
||||
"plugins": [],
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
},
|
||||
"templates": {
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false
|
||||
},
|
||||
"plugins": [ "plugins/markdown" ],
|
||||
"markdown": {
|
||||
"parser": "gfm"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user