Some typo fixes

This commit is contained in:
Jonathan Frederic 2014-12-05 12:21:35 -08:00 committed by Jonathan Frederic
parent c46ae2e637
commit d756816e2b
2 changed files with 10 additions and 9 deletions

View File

@ -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,

View File

@ -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"
}
}
}